From 43b93636bd8230b8a241f51a78a875121b0156c1 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 30 Aug 2024 09:33:46 +0200 Subject: [PATCH] Use fix Windows CI image --- .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 d3f4d1c..a536c37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: config: - native_mixed - runs-on: windows-latest + runs-on: windows-2022 steps: - name: Checkout code uses: actions/checkout@v4