Skip to content

Commit

Permalink
Merge pull request #288 from justinlampley/windows-2019
Browse files Browse the repository at this point in the history
Use windows-2019 for the windows build environment
  • Loading branch information
jurgelenas authored Mar 1, 2022
2 parents 3d51e73 + 560b911 commit 5b78122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-18.04', 'windows-latest', 'macos-latest' ]
os: [ 'ubuntu-18.04', 'windows-2019', 'macos-latest' ]
steps:
- name: Setup apt dependencies
if: matrix.os == 'ubuntu-18.04'
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
yarn install --prefer-offline --network-timeout 180000
- name: Publish Windows releases
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
shell: powershell
env:
# These values are used for auto updates signing
Expand Down

0 comments on commit 5b78122

Please sign in to comment.