Skip to content

Commit

Permalink
GH actions macOS only supports -std=c+=17
Browse files Browse the repository at this point in the history
not 2a
  • Loading branch information
rurban committed Feb 22, 2021
1 parent ceae4be commit 242540d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: make CXX='c++ -std=c++2a'
- run: make CXX='c++ -std=c++17'
2 changes: 1 addition & 1 deletion .github/workflows/minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: make CXX='c++ -std=c++2a'
- run: make CXX='c++ -std=c++17'

0 comments on commit 242540d

Please sign in to comment.