Skip to content

Commit

Permalink
ci: update github workflow distro versions
Browse files Browse the repository at this point in the history
Ubuntu 23.04 is no longer supported
Ubuntu 24.04 will be the next LTS release
  and has daily builds available now.
  • Loading branch information
garybuhrmaster committed Feb 10, 2024
1 parent 417976f commit e52a056
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
- desc: 'Ubuntu 22.04 LTS (Jammy Jellyfish)'
image: 'ubuntu:22.04'
ansibleopts: '--limit localhost'
- desc: 'Ubuntu 23.04 (Lunar Lobster)'
image: 'ubuntu:23.04'
ansibleopts: '--limit localhost'
- desc: 'Ubuntu 23.10 (Mantic Minotaur)'
image: 'ubuntu:23.10'
ansibleopts: '--limit localhost'
- desc: 'Ubuntu 24.04 (Noble Numbat)'
image: 'ubuntu:24.04'
ansibleopts: '--limit localhost'

# Debian group
- desc: 'Debian 11 (Bullseye)'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-mythtv-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
image: 'ubuntu:22.04'
ansibleopts: '--limit localhost'
configureopts: ''
- desc: 'Ubuntu 23.04 (Lunar Lobster)'
image: 'ubuntu:23.04'
ansibleopts: '--limit localhost'
configureopts: ''
- desc: 'Ubuntu 23.10 (Mantic Minotaur)'
image: 'ubuntu:23.10'
ansibleopts: '--limit localhost'
configureopts: ''
- desc: 'Ubuntu 24.04 LTS (Noble Numbat)'
image: 'ubuntu:24.04'
ansibleopts: '--limit localhost'
configureopts: ''

# Debian group
- desc: 'Debian 11 (Bullseye)'
Expand Down

0 comments on commit e52a056

Please sign in to comment.