mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-05-03 17:41:20 +00:00
fix: use macos-latest for darwin arm builds
This commit is contained in:
parent
56fa06754d
commit
2a2496a9fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
experimental: false
|
||||
|
||||
- name: mac-arm64
|
||||
os: macos-11.0
|
||||
os: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
cross: true
|
||||
experimental: true
|
||||
|
|
Loading…
Reference in a new issue