Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 45e2a12

Browse files
committed
fixup after rebase (clang17 gcc13)
1 parent 173e881 commit 45e2a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/builds-and-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [windows-latest, ubuntu-latest, macos-latest]
11-
toolchain: [msvc, gcc, clang, clang16, gcc12]
11+
toolchain: [msvc, gcc, clang, clang17, gcc13]
1212
exclude:
1313
- os: ubuntu-latest
1414
toolchain: msvc
1515
- os: ubuntu-latest # TODO: Remove this one once the clang with libc++ is fixed
1616
toolchain: clang
1717
- os: ubuntu-latest
18-
toolchain: clang16
18+
toolchain: clang17
1919
- os: macos-latest
2020
toolchain: msvc
2121
- os: macos-latest # TODO: Remove this one once the clang of the system is fixed
@@ -25,7 +25,7 @@ jobs:
2525
- os: windows-latest
2626
toolchain: gcc
2727
- os: windows-latest
28-
toolchain: gcc12
28+
toolchain: gcc13
2929

3030
name: Build & Run Tests
3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)