Skip to content

Commit

Permalink
UbuntuGH.yml: bugfix - fix OS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Aug 13, 2024
1 parent 53e7130 commit 822fd33
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 @@ -20,7 +20,7 @@ jobs:
matrix:
install-gui: ['GNOME', 'NO GUI'] # TODO add this to containers.yml
os: [ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: Update APT & upgrade
run: sudo apt-get update -y && sudo apt-get upgrade -y
Expand Down

0 comments on commit 822fd33

Please sign in to comment.