Skip to content

Commit

Permalink
[ghactions] Switch back to macos-11 workers as macos-12 ones are not …
Browse files Browse the repository at this point in the history
…yet available
  • Loading branch information
Wentzell committed Jan 24, 2022
1 parent 63d06e5 commit 6cae099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
include:
- {os: ubuntu-20.04, cc: gcc-10, cxx: g++-10}
- {os: ubuntu-20.04, cc: clang-13, cxx: clang++-13}
- {os: macos-12, cc: gcc-11, cxx: g++-11}
- {os: macos-12, cc: /usr/local/opt/llvm/bin/clang, cxx: /usr/local/opt/llvm/bin/clang++}
- {os: macos-11, cc: gcc-11, cxx: g++-11}
- {os: macos-11, cc: /usr/local/opt/llvm/bin/clang, cxx: /usr/local/opt/llvm/bin/clang++}

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6cae099

Please sign in to comment.