From 16cd331daa84a665527da16bcd7a6daf94ddcff6 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Fri, 17 Jan 2025 20:02:13 +0100 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72b76f1..742dcdb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: icon: 🍎, label: macOS, os: macos, - runner: macos-13 # x86 + runner: macos-14-arm64 } - { icon: 🏁,