Skip to content

Commit

Permalink
Remove ubuntu-16.04 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdowell authored and AnClark committed Dec 31, 2022
1 parent fac24cb commit 3953438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-18.04, ubuntu-20.04]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 3953438

Please sign in to comment.