Skip to content

Commit

Permalink
Merge pull request #450 from mjcheetham/dropubuntu16
Browse files Browse the repository at this point in the history
Drop ubuntu 16.04 from CI before GitHub drops the runner
  • Loading branch information
mjcheetham committed Sep 13, 2021
2 parents e0de41b + fb59fe9 commit d9d9fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-18.04, ubuntu-20.04, windows-2019, macos-10.15]

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

0 comments on commit d9d9fbd

Please sign in to comment.