aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Geiselbrecht <geist@foobox.com>2023-10-15 14:32:01 -0700
committerTravis Geiselbrecht <geist@foobox.com>2023-10-15 14:45:49 -0700
commitec261bcf45459c0f1d95151b6cfb33910098420c (patch)
tree2ab208e390e4471be08a0e9a31a7a78dacabf22e
parent58fd2c36d5dd46a7bd31e44fd59e807e9a31696d (diff)
downloadlk-ec261bcf45459c0f1d95151b6cfb33910098420c.tar.gz
[github][ci] switch to gcc 13.2.0 for the default build compiler
-rw-r--r--.github/workflows/github-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml
index 4b02bfcc..2489d112 100644
--- a/.github/workflows/github-ci.yml
+++ b/.github/workflows/github-ci.yml
@@ -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: