Skip to content

Commit

Permalink
Merge branch 'pr37'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Meek committed Nov 17, 2023
2 parents a9c480e + 6432bbd commit cdf8825
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 @@ -45,12 +45,12 @@ jobs:
- desc: 'Ubuntu 22.04 LTS (Jammy Jellyfish)'
image: 'ubuntu:22.04'
ansibleopts: '--limit localhost'
- desc: 'Ubuntu 22.10 (Kinetic Kudu)'
image: 'ubuntu:22.10'
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'

# Debian group
- desc: 'Debian 11 (Bullseye)'
Expand All @@ -61,9 +61,6 @@ jobs:
ansibleopts: '--limit localhost'

# Fedora group
- desc: 'Fedora 37'
image: 'quay.io/fedora/fedora:37'
ansibleopts: '--limit localhost'
- desc: 'Fedora 38'
image: 'quay.io/fedora/fedora:38'
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 @@ -53,14 +53,14 @@ jobs:
image: 'ubuntu:22.04'
ansibleopts: '--limit localhost'
configureopts: ''
- desc: 'Ubuntu 22.10 (Kinetic Kudu)'
image: 'ubuntu:22.10'
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: ''

# Debian group
- desc: 'Debian 11 (Bullseye)'
Expand All @@ -73,10 +73,6 @@ jobs:
configureopts: ''

# Fedora group
- desc: 'Fedora 37'
image: 'quay.io/fedora/fedora:37'
ansibleopts: '--limit localhost'
configureopts: ''
- desc: 'Fedora 38'
image: 'quay.io/fedora/fedora:38'
ansibleopts: '--limit localhost'
Expand Down

0 comments on commit cdf8825

Please sign in to comment.