Skip to content

Commit a6003bf

Browse files
committed
Upgrade CI ubuntu 20.04 image runner to 22.04
1 parent 568a94b commit a6003bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-publish-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@ jobs:
2020

2121
# linux
2222
- build: linux-64-gnu
23-
os: ubuntu-20.04
23+
os: ubuntu-22.04
2424
target: x86_64-unknown-linux-gnu
2525
sys-type: linux
2626
package-deb: yes
2727

2828
- build: linux-aarch64-gnu
29-
os: ubuntu-20.04
29+
os: ubuntu-22.04
3030
target: aarch64-unknown-linux-gnu
3131
sys-type: linux
3232
package-deb: yes
3333

3434
- build: linux-i686-gnu
35-
os: ubuntu-20.04
35+
os: ubuntu-22.04
3636
target: i686-unknown-linux-gnu
3737
sys-type: linux
3838
package-deb: yes
3939

4040
- build: linux-armv7-gnueabihf
41-
os: ubuntu-20.04
41+
os: ubuntu-22.04
4242
target: armv7-unknown-linux-gnueabihf
4343
sys-type: linux
4444
package-deb: no

0 commit comments

Comments
 (0)