Skip to content

Commit

Permalink
Remove ubuntu 18.04 from CI
Browse files Browse the repository at this point in the history
- Ubuntu 18.04 hasn't been supported in GitHub actions for a while now.
  See https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
- So let's remove it.
  • Loading branch information
Jimver committed Jul 6, 2023
1 parent acce010 commit 66f6517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
[windows-2022, windows-2019, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
os: [windows-2022, windows-2019, ubuntu-22.04, ubuntu-20.04]
method: [local, network]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 66f6517

Please sign in to comment.