Skip to content

Commit 6556579

Browse files
authored
Merge pull request #221 from vdice/chore/bump-ubuntu-22.04
chore(.github): bump ubuntu images to 22.04
2 parents b45195c + 335d473 commit 6556579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
config:
3333
- {
34-
os: "ubuntu-20.04",
34+
os: "ubuntu-22.04",
3535
arch: "amd64",
3636
wasiSDK: "linux",
3737
extension: "",
@@ -40,7 +40,7 @@ jobs:
4040
targetDir: "target/release",
4141
}
4242
- {
43-
os: "ubuntu-20.04",
43+
os: "ubuntu-22.04",
4444
arch: "aarch64",
4545
wasiSDK: "linux",
4646
extension: "",

0 commit comments

Comments
 (0)