diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c3eae601..f0806156 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,7 +13,7 @@ jobs: continue-on-error: true strategy: matrix: - os: [ windows-2022, ubuntu-22.04, macos-13 ] + os: [ windows-2022, ubuntu-22.04, macos-15-intel ] steps: - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 diff --git a/CMakePresets.json b/CMakePresets.json index 3ed904e7..9806a3a3 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -616,7 +616,7 @@ ] }, { - "name": "ci-macos-13", + "name": "ci-macos-15-intel", "displayName": "[Release] MacOS", "description": "CI workflow preset for MacOS", "steps": [