Skip to content

Commit ed06cd9

Browse files
committed
upgrade ubuntu runner
1 parent e1ad40a commit ed06cd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ jobs:
7979
build: [linux, linux-arm, macos, win-msvc]
8080
include:
8181
- build: linux
82-
os: ubuntu-18.04
82+
os: ubuntu-22.04
8383
rust: nightly
8484
target: x86_64-unknown-linux-musl
8585
- build: linux-arm
86-
os: ubuntu-18.04
86+
os: ubuntu-22.04
8787
rust: nightly
8888
target: arm-unknown-linux-gnueabihf
8989
- build: macos
@@ -106,7 +106,7 @@ jobs:
106106
fetch-depth: 1
107107

108108
- name: Install packages (Ubuntu)
109-
if: matrix.os == 'ubuntu-18.04'
109+
if: matrix.os == 'ubuntu-22.04'
110110
run: |
111111
ci/ubuntu-install-packages
112112

0 commit comments

Comments
 (0)