Skip to content

Commit 44c2290

Browse files
authored
Merge pull request #19 from vdice/chore/bump-ubuntu-24.04
chore(.github): bump ubuntu images to 22.04
2 parents ecaf069 + 1e1edd4 commit 44c2290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
config:
61-
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "amd64", extension: ""}
62-
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
61+
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: ""}
62+
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
6363
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
6464
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
6565
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }

0 commit comments

Comments
 (0)