Skip to content

Commit 339dba6

Browse files
committed
ci: Replace ubuntu-20.04 runner (removed) by ubuntu-22.04
1 parent ad178bc commit 339dba6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- operating-system: ubuntu-20.04
21+
- operating-system: ubuntu-22.04
2222
targets: x86_64-unknown-linux-gnu
23-
- operating-system: ubuntu-20.04
23+
- operating-system: ubuntu-22.04
2424
targets: x86_64-unknown-linux-musl
25-
- operating-system: ubuntu-20.04
25+
- operating-system: ubuntu-22.04
2626
targets: aarch64-unknown-linux-gnu
27-
- operating-system: ubuntu-20.04
27+
- operating-system: ubuntu-22.04
2828
targets: aarch64-unknown-linux-musl
2929
- operating-system: windows-2019
3030
targets: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)