Skip to content

Commit

Permalink
Merge pull request #2793 from masatake/github-actions-disable-macos-11
Browse files Browse the repository at this point in the history
GitHub Actions: temporarily disable macos-11.0
  • Loading branch information
masatake committed Jan 6, 2021
2 parents e053bcd + 3ad30cc commit 08b1c49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:

strategy:
matrix:
os: [macos-11.0, macos-10.15]
# os: [macos-11.0, macos-10.15]
os: [macos-10.15]
compiler: [gcc, clang]

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

0 comments on commit 08b1c49

Please sign in to comment.