Skip to content

Commit

Permalink
Update UbuntuGH.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Aug 13, 2024
1 parent a9d0fb4 commit 450e64a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ on:
jobs:
build:
name: ${{ matrix.install-gui }}
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
install-gui: ['GNOME', 'NO GUI'] # TODO add this to containers.yml
os: ['ubuntu-22.04', 'ubuntu-24.04']
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 450e64a

Please sign in to comment.