diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86f0c14..fe4c020 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 48cedd6..4181dc5 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}}