Skip to content

Commit

Permalink
Switch to macOS-12 on GitHub Actions (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Jul 1, 2024
1 parent fcb0d9d commit 7b28ee2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
macos:
name: macOS
runs-on: macOS-11
runs-on: macOS-12
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: GCP
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
macos-bazel:
name: Bazel macOS
runs-on: macOS-11
runs-on: macOS-12
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: GCP
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
macos-wheel:
name: Wheel ${{ matrix.python }} macOS
needs: macos-bazel
runs-on: macOS-11
runs-on: macOS-12
strategy:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
macos-test:
name: Test ${{ matrix.python }} macOS
needs: macos-wheel
runs-on: macOS-11
runs-on: macOS-12
strategy:
matrix:
python: ['3.9']
Expand Down Expand Up @@ -637,7 +637,7 @@ jobs:
name: Nightly ${{ matrix.python }} macOS
if: github.event_name == 'push'
needs: [build-number, macos-wheel]
runs-on: macOS-11
runs-on: macOS-12
strategy:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
Expand Down

0 comments on commit 7b28ee2

Please sign in to comment.