Skip to content

Commit b6582d2

Browse files
Update compiler versions in workflow
1 parent 0a02730 commit b6582d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
matrix:
2020
config: [Debug, Release]
2121
os: [ubuntu-latest, windows-latest]
22-
compiler: [g++-13, clang++-15, MSVC]
22+
compiler: [g++-14, clang++-18, MSVC]
2323
exclude:
2424
- os: ubuntu-latest
2525
compiler: MSVC
2626
- os: windows-latest
27-
compiler: g++-13
27+
compiler: g++-14
2828
- os: windows-latest
29-
compiler: clang++-15
29+
compiler: clang++-18
3030

3131
steps:
3232
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)