diff --git a/.github/workflows/bootstrap_python.yml b/.github/workflows/bootstrap_python.yml index e49c424a0..d2d9462af 100644 --- a/.github/workflows/bootstrap_python.yml +++ b/.github/workflows/bootstrap_python.yml @@ -6,7 +6,7 @@ jobs: build_simple_with_pixi: strategy: matrix: - os: [ubuntu-latest, macos-11, macos-12] + os: [ubuntu-latest, macos-12, macos-14] fail-fast: false runs-on: ${{ matrix.os }} env: @@ -59,9 +59,9 @@ jobs: if [ "${MATRIX_OS}" = "ubuntu-latest" ]; then platforms=(emscripten-wasm32 linux-64 noarch) - elif [ "${MATRIX_OS}" = "macos-11" ]; then - platforms=(osx-64) elif [ "${MATRIX_OS}" = "macos-12" ]; then + platforms=(osx-64) + elif [ "${MATRIX_OS}" = "macos-14" ]; then platforms=(osx-arm64) fi @@ -107,4 +107,4 @@ jobs: else echo "All uploads completed successfully" fi - \ No newline at end of file +