mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-05-07 19:41:23 +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
|
experimental: false
|
||||||
|
|
||||||
- name: mac-arm64
|
- name: mac-arm64
|
||||||
os: macos-11.0
|
os: macos-latest
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
cross: true
|
cross: true
|
||||||
experimental: true
|
experimental: true
|
||||||
|
|
Loading…
Reference in a new issue