Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
Ubuntu 16.04 is now deprecated. Remove it and add ubuntu-latest.
  • Loading branch information
hefloryd committed Oct 25, 2021
1 parent 6f04be1 commit e6f04db
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 @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-16.04
- macos-latest
- windows-latest
steps:
Expand Down

0 comments on commit e6f04db

Please sign in to comment.