There was an error while loading. Please reload this page.
1 parent 474f0cc commit 2ad14e6Copy full SHA for 2ad14e6
1 file changed
.github/workflows/build-and-upload.yml
@@ -149,10 +149,10 @@ jobs:
149
os:
150
- {id: ubuntu-24.04, name: noble}
151
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
+ - 'clang-16' # Native Clang compiler for the CI image
+ - 'clang-20' # Latest Clang compiler from the apt mirror
+ - 'gcc-12' # Native GCC compiler for the CI image
+ - 'gcc-16' # Latest GCC compiler from the toolchain PPA
156
fail-fast: false
157
158
# Steps represent a sequence of tasks that will be executed as part of the job
0 commit comments