Skip to content

Commit

Permalink
UbuntuGH.yml: Add Ubuntu 20.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Aug 14, 2024
1 parent 334e4c1 commit 334e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
install-gui: ['GNOME', 'NO GUI'] # TODO add this to containers.yml
os: [ubuntu-22.04, ubuntu-24.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- name: Update APT & upgrade
Expand Down

0 comments on commit 334e138

Please sign in to comment.