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:
Csaba Kiraly 2025-01-17 20:02:13 +01:00
parent 1d3b1b85d7
commit 16cd331daa
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E

View File

@ -15,7 +15,7 @@ jobs:
icon: 🍎,
label: macOS,
os: macos,
runner: macos-13 # x86
runner: macos-14-arm64
}
- {
icon: 🏁,