[github][ci] switch to gcc 13.2.0 for the default build compiler
This commit is contained in:
4
.github/workflows/github-ci.yml
vendored
4
.github/workflows/github-ci.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: LK CI
|
||||
name: LK CI (gcc)
|
||||
|
||||
# Brute force build a bunch of variants of LK in parallel jobs.
|
||||
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
toolchain-ver: [12.2.0, 7.5.0]
|
||||
toolchain-ver: [13.2.0, 7.5.0]
|
||||
debug: [2, 0]
|
||||
ubsan: [1, 0]
|
||||
project:
|
||||
|
||||
Reference in New Issue
Block a user