Skip to content

Commit e098008

Browse files
committed
update CI
1 parent e9f3d17 commit e098008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-latest, macos-latest]
41-
compiler: [g++-12, clang++ -std=c++17]
41+
compiler: [g++ -std=c++17, clang++ -std=c++17]
4242

4343
steps:
4444
- uses: actions/checkout@v4.1.1

0 commit comments

Comments
 (0)