From 1d3b1b85d7dd32bf4770d0578f29f771c4154c77 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Fri, 17 Jan 2025 19:57:17 +0100 Subject: [PATCH 1/2] we need recursive checkout on arm64 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 6867b7d..72b76f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true + submodules: recursive - uses: iffy/install-nim@v4 with: version: ${{ matrix.nim }} From 16cd331daa84a665527da16bcd7a6daf94ddcff6 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Fri, 17 Jan 2025 20:02:13 +0100 Subject: [PATCH 2/2] 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: 🏁,