We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b92dac commit 294caf9Copy full SHA for 294caf9
.github/workflows/examples.yml
@@ -16,12 +16,12 @@ jobs:
16
matrix:
17
os: [ubuntu-24.04, windows-latest, macos-latest]
18
build_type: [Debug, Release]
19
- cxx_compiler: [g++, clang++, cl]
+ cxx_compiler: [g++-14, clang++, cl]
20
exclude:
21
- os: windows-latest
22
- os: macos-latest
23
24
- cxx_compiler: g++
+ cxx_compiler: g++-14
25
26
cxx_compiler: clang++
27
- os: ubuntu-24.04
0 commit comments