diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e6e93fc2..d9b1ac46 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,15 +7,13 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11] - compiler: [g++-10] - # os: [macos-12, macos-11] - # compiler: [c++, g++-12] - # include: - # - os: macos-12 - # compiler: g++-11 - # - os: macos-11 - # compiler: g++-10 + os: [macos-12, macos-11] + compiler: [c++, g++-12] + include: + - os: macos-12 + compiler: g++-11 + - os: macos-11 + compiler: g++-10 steps: - uses: actions/checkout@v3