Skip to content

Commit 6e723f4

Browse files
ci: Update runner for arch64 and armv7 linux jobs (#612)
1 parent 6796183 commit 6e723f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- os: "ubuntu-22.04"
2222
target: "x86_64-unknown-linux-musl"
2323
arch: "x86_64"
24-
- os: "ubuntu-20.04"
24+
- os: "ubuntu-22.04"
2525
target: "aarch64-unknown-linux-gnu"
2626
arch: "arm64"
27-
- os: "ubuntu-20.04"
27+
- os: "ubuntu-22.04"
2828
target: "armv7-unknown-linux-gnueabihf"
2929
arch: "armhf"
3030
# Windows

0 commit comments

Comments
 (0)