I *think* I need something other than macos-12 for aarch64
https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
This commit is contained in:
parent
a7202010d0
commit
df914e68f2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue