Skip to content

Commit 9a18a74

Browse files
committed
Merge branch 'jc/ci-use-macos-14'
The version of macos image used in GitHub CI has been updated to macos-14, as the macos-13 that we have been using got deprecated. * jc/ci-use-macos-14: GitHub CI: macos-13 images are no more
2 parents c8a641c + 73b9cdb commit 9a18a74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,16 +313,16 @@ jobs:
313313
vector:
314314
- jobname: osx-clang
315315
cc: clang
316-
pool: macos-13
316+
pool: macos-14
317317
- jobname: osx-reftable
318318
cc: clang
319-
pool: macos-13
319+
pool: macos-14
320320
- jobname: osx-gcc
321321
cc: gcc-13
322-
pool: macos-13
322+
pool: macos-14
323323
- jobname: osx-meson
324324
cc: clang
325-
pool: macos-13
325+
pool: macos-14
326326
env:
327327
CC: ${{matrix.vector.cc}}
328328
CC_PACKAGE: ${{matrix.vector.cc_package}}

0 commit comments

Comments
 (0)