From 300a0e62ed43fac0d3b96ae25ba5e160d5207028 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Mon, 17 Jun 2024 12:34:35 +0100 Subject: [PATCH] CI: Check code builds with gcc v14 Closes #413. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7335ac62..1b7e2929d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" # Update when there is a new version of gcc available - LATEST_GCC_VERSION: 13 + LATEST_GCC_VERSION: 14 steps: - uses: actions/checkout@v4