We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568a94b commit a6003bfCopy full SHA for a6003bf
.github/workflows/build-publish-release.yml
@@ -20,25 +20,25 @@ jobs:
20
21
# linux
22
- build: linux-64-gnu
23
- os: ubuntu-20.04
+ os: ubuntu-22.04
24
target: x86_64-unknown-linux-gnu
25
sys-type: linux
26
package-deb: yes
27
28
- build: linux-aarch64-gnu
29
30
target: aarch64-unknown-linux-gnu
31
32
33
34
- build: linux-i686-gnu
35
36
target: i686-unknown-linux-gnu
37
38
39
40
- build: linux-armv7-gnueabihf
41
42
target: armv7-unknown-linux-gnueabihf
43
44
package-deb: no
0 commit comments