Skip to content

Commit

Permalink
chore(.github): bump ubuntu runners to 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice committed Feb 17, 2025
1 parent f652072 commit 4fb0574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
config:
- {
os: "ubuntu-20.04",
os: "ubuntu-22.04",
arch: "amd64",
wasiSDK: "linux",
extension: "",
Expand All @@ -24,7 +24,7 @@ jobs:
buildWasm: true,
}
- {
os: "ubuntu-20.04",
os: "ubuntu-22.04",
arch: "aarch64",
wasiSDK: "linux",
extension: "",
Expand Down

0 comments on commit 4fb0574

Please sign in to comment.