Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Nov 10, 2023
1 parent 96b19da commit 9619829
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9619829

Please sign in to comment.