Skip to content

Commit

Permalink
chore: github actions use latest operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jul 21, 2022
1 parent 9c26575 commit 0b3d31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
COVERALLS_REPO_TOKEN: "kVPcGJfehOArEQnHb8BT3KS72xbUQCoxI"
strategy:
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2019]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
Expand Down

0 comments on commit 0b3d31a

Please sign in to comment.