Skip to content

Commit

Permalink
Use ubuntu 22 for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed May 6, 2024
1 parent f07fcac commit d6c3080
Show file tree
Hide file tree
Showing 3 changed files with 772 additions and 99 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
# The target is used by Cargo
# The arch is either 386, arm64 or amd64
# The svm target platform to use for the binary https://github.com/roynalnaruto/svm-rs/blob/84cbe0ac705becabdc13168bae28a45ad2299749/svm-builds/build.rs#L4-L24
- os: ubuntu-20.04-4-cores
- os: ubuntu-latest-4-cores
platform: linux
target: x86_64-unknown-linux-gnu
arch: amd64
- os: ubuntu-20.04-8-cores
- os: ubuntu-latest-8-cores
platform: linux
target: aarch64-unknown-linux-gnu
arch: arm64
Expand Down
Loading

0 comments on commit d6c3080

Please sign in to comment.