Skip to content

Commit

Permalink
Update CI Mac builders to use macos-13
Browse files Browse the repository at this point in the history
This updates `macos.yml` to use `macos-13` instead of
`macos-12`.

macos-12 is deprecated and results in longer queue times
during peak hours. In practice, also failed builds.

For details, see actions/runner-images#10721
  • Loading branch information
digit-google committed Nov 25, 2024
1 parent b40052c commit ff5a512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ff5a512

Please sign in to comment.