Skip to content

Commit

Permalink
ci: drop ubuntu 16.04 from CI before GitHub drop
Browse files Browse the repository at this point in the history
Drop the Ubuntu 16.04 CI build and test before GitHub drop the Ubuntu
16.04 hosted runner.

https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/
  • Loading branch information
mjcheetham committed Sep 13, 2021
1 parent 2dae071 commit fb59fe9
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 fb59fe9

Please sign in to comment.