Skip to content

Commit

Permalink
Try running tests on a macOS 15 CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 25, 2025
1 parent aafb357 commit 5160c8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "main"
- "core-8-branch"
- "core-8-6-branch"
- "sequoia-tests"
tags:
- "core-**"
permissions:
Expand All @@ -13,7 +14,7 @@ env:
ERROR_ON_FAILURES: 1
jobs:
xcode:
runs-on: macos-14
runs-on: macos-15
defaults:
run:
shell: bash
Expand Down

0 comments on commit 5160c8c

Please sign in to comment.