Unverified Commit afb30a1d authored by Chris Austen's avatar Chris Austen Committed by GitHub
Browse files

Drop support for Ubuntu 16.04 in CI runs (#944)

Github CI Actions will be dropping support for 16.04
This commit will remove that OS from our CI infrastructure
parent dc92961d
...@@ -161,16 +161,12 @@ jobs: ...@@ -161,16 +161,12 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- ubuntu-16.04
- ubuntu-18.04 - ubuntu-18.04
- ubuntu-20.04 - ubuntu-20.04
configuration: configuration:
- debug - debug
- release - release
- codecov - codecov
exclude:
- os: ubuntu-16.04
configuration: debug
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment