Skip to content

Commit

Permalink
Run macos jobs on macos-latest (was macos-12)
Browse files Browse the repository at this point in the history
`macos-12` has been deprecated for a while, see
actions/runner-images#10721
  • Loading branch information
generalmimon committed Dec 27, 2024
1 parent cd52236 commit c49400a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
shell: bash

macos:
runs-on: macos-12
# NB: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c49400a

Please sign in to comment.