Skip to content

Commit 5dcadec

Browse files
authored
Merge pull request #164 from VirtuBox/VirtuBox-patch-3
Remove Ubuntu 20.04 LTS from GitHub Actions
2 parents 8e3dd90 + b7f874f commit 5dcadec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
22+
os: [ubuntu-22.04, ubuntu-24.04]
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Prepare VM

0 commit comments

Comments
 (0)