From 3201e46e2615110190ca536fbf1280ccc7f3a247 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 30 May 2025 17:57:28 +0100 Subject: [PATCH] Stop running CI on `windows-2019` There are scheduled brownouts for this runner image. Replace it with `windows-2025`, and start running on `macos-15` too. --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8a6865692b..15c2f2a83a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -75,7 +75,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04,ubuntu-24.04,windows-2019,windows-2022,macos-13,macos-14] + os: [ubuntu-22.04,ubuntu-24.04,windows-2022,windows-2025,macos-13,macos-14,macos-15] tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }} runs-on: ${{ matrix.os }}