From 74c480181d236400f9d2a8864f21e32e101e2b83 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 16 Feb 2024 09:10:47 +0100 Subject: [PATCH] CI: Windows build workaround - use Win 2019 fixes failing CUDA install see also --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index e35e0de8..5d82cd4e 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -70,7 +70,7 @@ jobs: Windows: name: run Windows needs: retag-continuous - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@main