diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 2420a67..3458e49 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -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)' diff --git a/.github/workflows/build-mythtv-core.yml b/.github/workflows/build-mythtv-core.yml index 0767ab0..0c7db4c 100644 --- a/.github/workflows/build-mythtv-core.yml +++ b/.github/workflows/build-mythtv-core.yml @@ -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)'