Skip to content

Commit

Permalink
ci: Remove Ubuntu 18.04
Browse files Browse the repository at this point in the history
Github have retired their Ubuntu 18.04 runner. So we can no longer test
on it. Remove from matrix build.
  • Loading branch information
michaelweiser committed Jun 6, 2023
1 parent 0a8e574 commit 42866b8
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04]
steps:
# Checks-out PeekabooAV-Installer under $GITHUB_WORKSPACE
- name: Check out PeekabooAV-Installer
Expand Down

0 comments on commit 42866b8

Please sign in to comment.