Skip to content

Commit

Permalink
CICD: remove ubuntu 18.04 runner, not anymore available
Browse files Browse the repository at this point in the history
  • Loading branch information
andkae committed Feb 5, 2024
1 parent 9ac57b2 commit d4bb6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
c:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d4bb6dc

Please sign in to comment.