Skip to content

Commit

Permalink
Update bootstrap_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Aug 2, 2024
1 parent 142c490 commit ae56f1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bootstrap_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
else
echo "All uploads completed successfully"
fi


0 comments on commit ae56f1a

Please sign in to comment.