From b16a148ab8647d24be3e26c9aca36888aa0fbe46 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 16 Mar 2022 14:17:18 +0100 Subject: [PATCH] Use windows-2019 in workflows and v142 (#392) Motivation: windows-2016 was removed so we need to use the next lowest which is 2019 Modifications: - Use windows-2019 - Use v142 Result: Builds on windows work again --- .github/workflows/ci-deploy.yml | 2 +- .github/workflows/ci-pr.yml | 2 +- .github/workflows/ci-release.yml | 2 +- codec-native-quic/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index c9722cf8d..5eecc09b9 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -89,7 +89,7 @@ jobs: if-no-files-found: error stage-snapshot-windows-x86_64: - runs-on: windows-2016 + runs-on: windows-2019 name: stage-snapshot-windows-x86_64 env: # Let's limit the amount of ram that is used to unpack rustup as we saw diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 16bcad0b9..0a233a1a1 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -112,7 +112,7 @@ jobs: **/hs_err*.log build-pr-windows: - runs-on: windows-2016 + runs-on: windows-2019 name: windows-x86_64 build env: # Let's limit the amount of ram that is used to unpack rustup as we saw diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index e225c95b6..01c77eff1 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -165,7 +165,7 @@ jobs: run: bash ./.github/scripts/release_rollback.sh release.properties netty/netty-incubator-codec-quic main stage-release-windows-x86_64: - runs-on: windows-2016 + runs-on: windows-2019 name: stage-release-windows-x86_64 needs: prepare-release env: diff --git a/codec-native-quic/pom.xml b/codec-native-quic/pom.xml index 2b432dead..8b9779bfc 100644 --- a/codec-native-quic/pom.xml +++ b/codec-native-quic/pom.xml @@ -926,7 +926,7 @@ ${templateDir} msbuild true - v140 + v142 ${nativeLibOnlyDir} ${extraConfigureArg}