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

Commit ec31cd5

Browse files
committed
github: While GCC 16 is in the Ubuntu toolchain PPA, it is not available on Noble for now.. 13 is still 'latest' there
1 parent 19675e9 commit ec31cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- 'clang-17' # Native Clang compiler for the CI image
153153
- 'clang-20' # Latest Clang compiler from the apt mirror
154154
- 'gcc-12' # Native GCC compiler for the CI image
155-
- 'gcc-16' # Latest GCC compiler from the toolchain PPA
155+
- 'gcc-13' # 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)