Skip to content

Commit

Permalink
Merge pull request #4 from justinlampley/patch-1
Browse files Browse the repository at this point in the history
Use windows-2019 for the windows build environment
  • Loading branch information
jurgelenas authored Feb 26, 2022
2 parents 578323e + 87b9ea9 commit 593081b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightlyPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
needs: create-draft-release
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 @@ -215,7 +215,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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 593081b

Please sign in to comment.