Skip to content

Commit

Permalink
Change compiler version in compile_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
winesitter committed Aug 28, 2022
1 parent 9c06eff commit e37d966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [ g++-10, clang++-14 ]
compiler: [ g++, clang++ ]
#include:
# - os: windows-latest
# compiler: cl
Expand Down

0 comments on commit e37d966

Please sign in to comment.