From 71c37d3947b1332fdfaf3e9e759613f5317b97b6 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Mon, 2 Jun 2025 12:11:39 +0200 Subject: [PATCH] ci: Don't use windows-2019 image since it will be deprecied https://github.com/actions/runner-images/issues/12045 --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index a011dbf..537d0a6 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: true matrix: - os: [windows-2019] + os: [windows-latest] compiler: - cmd: cl cppad_codegen: OFF