We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a02730 commit b6582d2Copy full SHA for b6582d2
.github/workflows/main.yml
@@ -19,14 +19,14 @@ jobs:
19
matrix:
20
config: [Debug, Release]
21
os: [ubuntu-latest, windows-latest]
22
- compiler: [g++-13, clang++-15, MSVC]
+ compiler: [g++-14, clang++-18, MSVC]
23
exclude:
24
- os: ubuntu-latest
25
compiler: MSVC
26
- os: windows-latest
27
- compiler: g++-13
+ compiler: g++-14
28
29
- compiler: clang++-15
+ compiler: clang++-18
30
31
steps:
32
- uses: actions/checkout@v2
0 commit comments