From ae56f1acc640cc4e75704e7d65540e13a59e5aa2 Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Fri, 2 Aug 2024 08:45:25 +0200 Subject: [PATCH] Update bootstrap_python.yml --- .github/workflows/bootstrap_python.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +