Skip to content

Commit

Permalink
deprecate ubuntu16 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
artivis committed Jul 11, 2021
1 parent a50e356 commit 84d7c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-18.04, ubuntu-20.04]
build_type: [Release, Debug]
compiler: [{
"cc": "gcc",
Expand Down

0 comments on commit 84d7c53

Please sign in to comment.