From 98f74041a00d0ebb3cd6c9100869fc9f084c3cbc Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 15 Mar 2022 03:21:11 +0000 Subject: [PATCH] Use windows-2019 in release CI (#3090) ## Issue Addressed NA ## Proposed Changes Address a CI failure in the release suite. Example: https://github.com/sigp/lighthouse/actions/runs/1984266187 ## Additional Info I believe we should merge this into `unstable` and `stable`. Then, move the `v2.1.4` commit to target the commit with the updated CI. It's sad that v2.1.4 has two commits, but they're functionally equivalent for users. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ce1991ac5..341e53354c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,9 +46,9 @@ jobs: - arch: x86_64-apple-darwin-portable platform: macos-latest - arch: x86_64-windows - platform: windows-latest + platform: windows-2019 - arch: x86_64-windows-portable - platform: windows-latest + platform: windows-2019 runs-on: ${{ matrix.platform }} needs: extract-version