Skip to content

Commit

Permalink
Add C++03 CI runner to ensure the library is not built
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Apr 8, 2024
1 parent 629193a commit c1fb95b
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 @@ -33,7 +33,7 @@ jobs:
matrix:
include:
- toolset: gcc-5
cxxstd: "11,14,1z"
cxxstd: "03,11,14,1z"
address_model: 32,64
os: ubuntu-latest
container: ubuntu:16.04
Expand Down

0 comments on commit c1fb95b

Please sign in to comment.