diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3f03d15b..5553df290 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,11 +16,9 @@ jobs: matrix: build_type: [Release, Debug] compiler: [gcc, clang] - os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12] + os: [ubuntu-20.04, ubuntu-22.04, macos-latest] exclude: - - os: macos-11 - compiler: gcc - - os: macos-12 + - os: macos-latest compiler: gcc env: CC: ${{ matrix.compiler }}