Skip to content

Commit 6ffe306

Browse files
committed
Update latest Clang/GCC
1 parent be00f87 commit 6ffe306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- { compiler: gcc-9, os: ubuntu-22.04, buildType: Debug, boostVersion: 1.73.0, coverage: true }
4646
- { compiler: clang, os: macos-13, buildType: Debug, boostVersion: 1.81.0 } # New libc++ only supported since 1.81
4747
# Latest GCC
48-
- { compiler: gcc-13, os: ubuntu-24.04, buildType: Debug, boostVersion: 1.87.0 }
48+
- { compiler: gcc-14, os: ubuntu-24.04, buildType: Debug, boostVersion: 1.87.0 }
4949
# Latest Clang
50-
- { compiler: clang-12, os: ubuntu-22.04, buildType: Debug, boostVersion: 1.73.0 }
50+
- { compiler: clang-18, os: ubuntu-24.04, buildType: Debug, boostVersion: 1.81.0 }
5151
# Windows
5252
- { compiler: msvc, os: windows-2019, buildType: Debug, boostVersion: 1.73.0, generator: 'Visual Studio 16 2019' }
5353
- { compiler: msvc, os: windows-2022, buildType: Debug, boostVersion: 1.87.0 }

0 commit comments

Comments
 (0)