Skip to content

Commit 294caf9

Browse files
committed
Update workflows
1 parent 2b92dac commit 294caf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
matrix:
1717
os: [ubuntu-24.04, windows-latest, macos-latest]
1818
build_type: [Debug, Release]
19-
cxx_compiler: [g++, clang++, cl]
19+
cxx_compiler: [g++-14, clang++, cl]
2020
exclude:
2121
- os: windows-latest
2222
- os: macos-latest
2323
- os: windows-latest
24-
cxx_compiler: g++
24+
cxx_compiler: g++-14
2525
- os: windows-latest
2626
cxx_compiler: clang++
2727
- os: ubuntu-24.04

0 commit comments

Comments
 (0)