Skip to content

Commit

Permalink
fix: Use correct runner type for x86-64/amd64 on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jul 13, 2024
1 parent 6cc0853 commit a8320ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
build: [linux, linux-arm, macos, win-msvc, win32-msvc] # win-gnu,
build: [linux, linux-arm, macos, macos-arm, win-msvc, win32-msvc] # win-gnu,
include:
- build: linux
os: ubuntu-22.04
Expand All @@ -65,7 +65,7 @@ jobs:
rust: nightly
target: arm-unknown-linux-gnueabihf
- build: macos
os: macos-14
os: macos-14-large
rust: nightly
target: x86_64-apple-darwin
- build: macos-arm
Expand Down

0 comments on commit a8320ae

Please sign in to comment.