Skip to content

Commit

Permalink
workflows: add ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
moto-timo committed Sep 7, 2024
1 parent cad5d17 commit e9fe652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
opensuse-15.6,
ubuntu-18.04,
ubuntu-20.04,
ubuntu-22.04
ubuntu-22.04,
ubuntu-24.04
]
env:
BASE_DISTRO: ${{ matrix.base_distro }}
Expand Down
1 change: 1 addition & 0 deletions tests/distro-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ distros["opensuse-15.6"]="openSUSE Leap 15.6"
distros["ubuntu-18.04"]="Ubuntu 18.04"
distros["ubuntu-20.04"]="Ubuntu 20.04"
distros["ubuntu-22.04"]="Ubuntu 22.04"
distros["ubuntu-24.04"]="Ubuntu 24.04 LTS"

# If the distro is unknown it is a failure
if [ "${distros[${BASE_DISTRO}]}" = "" ]; then
Expand Down

0 comments on commit e9fe652

Please sign in to comment.