Skip to content

Commit

Permalink
I *think* I need something other than macos-12 for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
DeCarabas committed Aug 13, 2024
1 parent a720201 commit df914e6
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 @@ -56,11 +56,11 @@ jobs:
target: x86_64-unknown-linux-musl

- build: macos
os: macos-12
os: macos-latest
target: x86_64-apple-darwin

- build: arm-macos
os: macos-12
os: macos-latest
target: aarch64-apple-darwin

- build: windows
Expand Down

0 comments on commit df914e6

Please sign in to comment.