Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
update windows and linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Sep 30, 2021
1 parent 97f4d78 commit d0cbda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, macos-latest, windows-2016]
os: [ubuntu-20.04, macos-latest, windows-2019]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@master
Expand Down

0 comments on commit d0cbda2

Please sign in to comment.