Skip to content

Commit

Permalink
Use c++11 in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Dec 5, 2024
1 parent da9d21a commit 98182c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
brew install automake libtool cppunit botan@2
- name: Build
env:
CXXFLAGS: -Werror -DBOTAN_NO_DEPRECATED_WARNINGS
CXXFLAGS: -std=c++11 -Werror -DBOTAN_NO_DEPRECATED_WARNINGS
run: |
./autogen.sh
./configure --with-crypto-backend=${{ matrix.backend }} ${{ matrix.extra-options }}
Expand Down

0 comments on commit 98182c6

Please sign in to comment.