Skip to content

Commit f4b6251

Browse files
authored
Merge pull request #1133 from diffblue/macos-15
CI: macos-14 -> macos-15
2 parents 1ef4ad1 + 8cff088 commit f4b6251

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)