Skip to content

Commit

Permalink
Use windows-2019 in release CI (#3090)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
paulhauner committed Mar 15, 2022
1 parent 28aceaa commit 98f7404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98f7404

Please sign in to comment.