diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3f7810ec6..966f66158 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,9 +41,9 @@ jobs: cache-path: '~/.ccache' - name: macOS - os: macos-11 + os: macos-14 cmake-flags: '-G Xcode -D CMAKE_OSX_ARCHITECTURES="x86_64;arm64"' - xcode-version: '12.4' + xcode-version: '15.3' deployment-target: '10.10' - name: Windows-32bit