From 7b23e3afa26aa7914a2091968777c1d5df36504c Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Thu, 27 Mar 2025 11:18:41 +1300 Subject: [PATCH] test-compile: Test newer GCC --- .github/workflows/test-compile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index 203c20bb4..87f017f09 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -35,6 +35,8 @@ jobs: # newest, make sure to update maximum standard step to match - 'clang-19' - 'gcc-13' + - 'gcc-14' + - 'gcc-15' include: # macOS - os: macos-13