mirror of
https://github.com/codex-storage/nim-leopard.git
synced 2025-02-11 10:26:44 +00:00
make it explicit that we want macos-14-arm64
even before, macos-14-arm64 was used by Github instead of the specified macos-13 runner ... Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
1d3b1b85d7
commit
16cd331daa
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
icon: 🍎,
|
icon: 🍎,
|
||||||
label: macOS,
|
label: macOS,
|
||||||
os: macos,
|
os: macos,
|
||||||
runner: macos-13 # x86
|
runner: macos-14-arm64
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
icon: 🏁,
|
icon: 🏁,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user