Skip to content

Commit

Permalink
Change to use macos 14 for arm64 (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Jan 31, 2024
1 parent 585d9f3 commit 5482c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
macos-arm64-wheel:
name: Wheel ${{ matrix.python }} macOS arm64
needs: macos-arm64-bazel
runs-on: macos-13-xlarge
runs-on: macos-14-xlarge
strategy:
matrix:
python: ['3.10', 3.11'] #['3.9', '3.10', '3.11']
Expand Down

0 comments on commit 5482c3a

Please sign in to comment.