diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80494d1732..39be04f8f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: matrix: # arm64 is a self-hosted runner on a Mac M2 Mini, ran inside a virtual machine by Archie Jaskowicz. cfg: - - { arch: 'x64', concurrency: 3, os: macos-latest, cpp-version: clang++-10, cmake-flags: '', cpack: 'no' } + - { arch: 'x64', concurrency: 3, os: macos-latest, cpp-version: clang++-14, cmake-flags: '', cpack: 'no' } - { arch: 'arm64', concurrency: 2, os: [self-hosted, ARM64, macOS], cpp-version: clang++-15, cmake-flags: '', cpack: 'no' } steps: - name: Harden Runner