Skip to content

Commit

Permalink
Limit macOS GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko authored Nov 8, 2021
1 parent d39d4e1 commit cd3f3d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
strategy:
matrix:
os:
- { id: macos-10.15, name: Catalina }
- { id: macos-11, name: 'Big Sur' }
cpp_std:
- 'c++11'
- 'c++14'
- 'c++17'
fail-fast: false
steps:
Expand Down Expand Up @@ -81,11 +79,8 @@ jobs:
os:
- { id: macos-10.15, name: Catalina }
cpp_std:
- 'c++11'
- 'c++14'
- 'c++17'
compiler:
- gcc@10
- gcc
fail-fast: false
steps:
Expand Down

0 comments on commit cd3f3d5

Please sign in to comment.