diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index c835c4f..9d2c9ad 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -135,8 +135,8 @@ jobs: } - { os: macos-latest, - cc: "gcc", - cxx: "g++" + cc: "gcc-13", + cxx: "g++-13" } - { os: macos-latest, @@ -162,7 +162,7 @@ jobs: - name: Install dependencies (macOS) if: matrix.config.os == 'macos-latest' run: | - brew install gcc ninja + brew install ninja - name: Configure CMake run: >