Skip to content

Commit

Permalink
build: Update macOS runner
Browse files Browse the repository at this point in the history
macos-12 will be removed on December 3.¹ Though we initially started
using macos-12 to replace macos-latest², it is now the earliest. I think
we can continue using the earliest instead of latest, for stability.

¹ <https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/>
² "dev: Specify explicit OS image versions for Ubuntu and macOS" (3ea657e)
  • Loading branch information
victorlin committed Nov 22, 2024
1 parent 23c9020 commit c35e7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-12
- macos-13

name: build and test (os=${{ matrix.os }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c35e7b7

Please sign in to comment.