From 979d9a41747acd589270cc54749e19b26650dec4 Mon Sep 17 00:00:00 2001 From: Joeri van Ruth Date: Fri, 10 Jan 2025 16:57:31 +0100 Subject: [PATCH] fix macos CI --- .github/workflows/create-binaries.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-binaries.yml b/.github/workflows/create-binaries.yml index 8aec68e..32b4048 100644 --- a/.github/workflows/create-binaries.yml +++ b/.github/workflows/create-binaries.yml @@ -18,7 +18,9 @@ jobs: - os: linux runner: ubuntu-20.04 - os: macos-intel - runner: macos-11 + runner: macos-13 + - os: macos-arm + runner: macos-14 runs-on: ${{ matrix.runner }} steps: - name: check out code