Skip to content

Commit a9040af

Browse files
committed
CI: macos-14 -> macos-15
This bumps the OS X version of the MacOS runner.
1 parent b97a3e7 commit a9040af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ jobs:
269269
run: ccache -s
270270

271271
# This job takes approximately 20 minutes
272-
check-macos-14-make-clang:
273-
runs-on: macos-14
272+
check-macos-15-make-clang:
273+
runs-on: macos-15
274274
steps:
275275
- uses: actions/checkout@v4
276276
with:

0 commit comments

Comments
 (0)