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