diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index dc32860..b6c374e 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -47,7 +47,7 @@ jobs: name: Build ${{ matrix.os }} ${{ matrix.build_type }} with ${{ matrix.preset }} strategy: matrix: - os: [macos-12] + os: [macos-14] build_type: [Debug, Release] preset: [system-clang] runs-on: ${{ matrix.os }}