Skip to content

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garybuhrmaster authored and Bill Meek committed Aug 14, 2024
1 parent f3bd3ec commit 9684147
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/build-mythtv-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 9684147

Please sign in to comment.