Skip to content

Commit

Permalink
Use macOS-15 for CI runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Feb 20, 2025
1 parent 14ad0d1 commit 8afe20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
ERROR_ON_FAILURES: 1
jobs:
xcode:
runs-on: macos-14
runs-on: macos-15
defaults:
run:
shell: bash
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
fi
timeout-minutes: 30
clang:
runs-on: macos-14
runs-on: macos-15
strategy:
matrix:
symbols:
Expand Down

0 comments on commit 8afe20e

Please sign in to comment.