Skip to content

Commit

Permalink
ci: Update runner for arch64 and armv7 linux jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 13, 2024
1 parent 6796183 commit cf0a5e5
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 @@ -21,10 +21,10 @@ jobs:
- os: "ubuntu-22.04"
target: "x86_64-unknown-linux-musl"
arch: "x86_64"
- os: "ubuntu-20.04"
- os: "ubuntu-22.04"
target: "aarch64-unknown-linux-gnu"
arch: "arm64"
- os: "ubuntu-20.04"
- os: "ubuntu-22.04"
target: "armv7-unknown-linux-gnueabihf"
arch: "armhf"
# Windows
Expand Down

0 comments on commit cf0a5e5

Please sign in to comment.