From 014ea92620548f68ec4c9f9a30c3361debadfbb9 Mon Sep 17 00:00:00 2001 From: Gary Buhrmaster Date: Wed, 14 Aug 2024 03:33:21 +0000 Subject: [PATCH] Update CI versions --- .github/workflows/ansible.yml | 9 +++------ .github/workflows/build-mythtv-core.yml | 12 ++++-------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 7ead8ac..9ab65d6 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -44,9 +44,6 @@ jobs: - desc: 'Ubuntu 22.04 LTS (Jammy Jellyfish)' image: 'ubuntu:22.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' @@ -60,15 +57,15 @@ jobs: ansibleopts: '--limit localhost' # Fedora group - - desc: 'Fedora 38' - image: 'quay.io/fedora/fedora:38' - ansibleopts: '--limit localhost' - desc: 'Fedora 39' image: 'quay.io/fedora/fedora:39' ansibleopts: '--limit localhost' - desc: 'Fedora 40' image: 'quay.io/fedora/fedora:40' ansibleopts: '--limit localhost' + - desc: 'Fedora 41' + image: 'quay.io/fedora/fedora:41' + ansibleopts: '--limit localhost' - desc: 'Fedora Rawhide' image: 'quay.io/fedora/fedora:rawhide' ansibleopts: '--limit localhost' diff --git a/.github/workflows/build-mythtv-core.yml b/.github/workflows/build-mythtv-core.yml index acf57d0..80bc083 100644 --- a/.github/workflows/build-mythtv-core.yml +++ b/.github/workflows/build-mythtv-core.yml @@ -50,10 +50,6 @@ jobs: image: 'ubuntu:22.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' @@ -70,10 +66,6 @@ jobs: configureopts: '' # Fedora group - - desc: 'Fedora 38' - image: 'quay.io/fedora/fedora:38' - ansibleopts: '--limit localhost' - configureopts: '' - desc: 'Fedora 39' image: 'quay.io/fedora/fedora:39' ansibleopts: '--limit localhost' @@ -82,6 +74,10 @@ jobs: image: 'quay.io/fedora/fedora:40' ansibleopts: '--limit localhost' configureopts: '' + - desc: 'Fedora 41' + image: 'quay.io/fedora/fedora:41' + ansibleopts: '--limit localhost' + configureopts: '' branch: - desc: 'MythTV master'