Skip to content

Commit

Permalink
fix: use windows-2019 image
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuspod committed Dec 28, 2022
1 parent 2f1d0dd commit 84f6061
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os:
- macos-latest
- ubuntu-latest
- windows-latest
- windows-2019
steps:
- name: Fetch code
uses: actions/checkout@v1
Expand Down Expand Up @@ -43,13 +43,6 @@ jobs:
with:
node-version: ${{ steps.node-version-win.outputs.version }}

- name: Install MSVC (Windows)
id: node-install-msvc
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1
with:
toolset: 14.16

- name: Install dependencies
run: yarn install --ignore-scripts

Expand Down

0 comments on commit 84f6061

Please sign in to comment.