Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 2ad14e6

Browse files
committed
github: Upgraded the compilers used for the native Linux builds
1 parent 474f0cc commit 2ad14e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-upload.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ jobs:
149149
os:
150150
- {id: ubuntu-24.04, name: noble}
151151
compiler:
152-
- 'clang-13' # Native Clang compiler for the CI image
153-
- 'clang-18' # Latest Clang compiler from the apt mirror
154-
- 'gcc-11' # Native GCC compiler for the CI image
155-
- 'gcc-13' # Latest GCC compiler from the toolchain PPA
152+
- 'clang-16' # Native Clang compiler for the CI image
153+
- 'clang-20' # Latest Clang compiler from the apt mirror
154+
- 'gcc-12' # Native GCC compiler for the CI image
155+
- 'gcc-16' # Latest GCC compiler from the toolchain PPA
156156
fail-fast: false
157157

158158
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)