Skip to content

Commit

Permalink
Update ccpp-linux.yml
Browse files Browse the repository at this point in the history
Remove ubuntu 18 from CI checks.
  • Loading branch information
faustus123 authored Feb 14, 2023
1 parent af832d4 commit f7834e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]

# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on for available platforms
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f7834e3

Please sign in to comment.