Run on the new macos 14 runners with a newer default xcode to try to workaround a linker internal error
This commit is contained in:
parent
df6e02087e
commit
41f37a3446
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python3 ci/build-in-all-configs.py --${{matrix.compiler}}
|
python3 ci/build-in-all-configs.py --${{matrix.compiler}}
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
6
.github/workflows/cmake-integration.yml
vendored
6
.github/workflows/cmake-integration.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
./main
|
./main
|
||||||
|
|
||||||
test-macos-fetchcontent:
|
test-macos-fetchcontent:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
make
|
make
|
||||||
./main
|
./main
|
||||||
test-macos-findpackage:
|
test-macos-findpackage:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -108,7 +108,7 @@ jobs:
|
|||||||
make
|
make
|
||||||
./main
|
./main
|
||||||
test-macos-add_subdirectory:
|
test-macos-add_subdirectory:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python3 ci/test-all-configs.py --${{matrix.compiler}}
|
python3 ci/test-all-configs.py --${{matrix.compiler}}
|
||||||
test-macos:
|
test-macos:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user