Skip to content

Commit

Permalink
Update MacOS release builds to use MacOS 13
Browse files Browse the repository at this point in the history
Github has deprecated the runner image for MacOS 12. See
actions/runner-images#10721
  • Loading branch information
leonlynch committed Oct 11, 2024
1 parent 0e538eb commit 4245d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
run: ctest --test-dir build --output-on-failure

build-macos-release:
name: MacOS 12 (release)
runs-on: macos-12
name: MacOS 13 (release)
runs-on: macos-13

steps:
- name: Install dependencies
Expand Down

0 comments on commit 4245d36

Please sign in to comment.