Skip to content

Commit

Permalink
Change macOS CI runner to macos-13 (#729)
Browse files Browse the repository at this point in the history
The CI currently fails because the macos-12 runners are deprecated. This
PR upgrades the runners to `macos-13` to fix the build errors.
  • Loading branch information
haixuanTao authored Dec 5, 2024
2 parents c5c1222 + cb6e843 commit 4c317e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,9 @@ jobs:
target: aarch64-unknown-linux-musl
- runner: ubuntu-20.04
target: armv7-unknown-linux-musleabihf
- runner: macos-12
- runner: macos-13
target: aarch64-apple-darwin
- runner: macos-12
- runner: macos-13
target: x86_64-apple-darwin
fail-fast: false
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ jobs:
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-12
- runner: macos-13
target: aarch64
repository:
- path: apis/python/node
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ jobs:
target: aarch64-unknown-linux-musl
- runner: ubuntu-20.04
target: armv7-unknown-linux-musleabihf
- runner: macos-12
- runner: macos-13
target: aarch64-apple-darwin
- runner: macos-12
- runner: macos-13
target: x86_64-apple-darwin
fail-fast: false
steps:
Expand Down

0 comments on commit 4c317e1

Please sign in to comment.