From 37c5d3596929216c2119190bc05b33326b05dd7d Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 27 Aug 2024 16:45:17 +0200 Subject: [PATCH] Be explicit about windows image to use in CI --- .github/workflows/ci.yml | 2 +- .github/workflows/releaseNigthly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86f0c141..fe4c0206 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - native_mixed - native_dyn - native_static - runs-on: windows-latest + runs-on: windows-2022 env: OS_NAME: windows COMPILE_CONFIG: ${{matrix.config}} diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/releaseNigthly.yml index 48cedd6b..4181dc57 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/releaseNigthly.yml @@ -16,7 +16,7 @@ jobs: - native_mixed - native_dyn - native_static - runs-on: windows-latest + runs-on: windows-2022 env: OS_NAME: windows COMPILE_CONFIG: ${{matrix.config}}