Skip to content

Commit

Permalink
Github Workflow: remove ubuntu 20.04
Browse files Browse the repository at this point in the history
  Remove Ubuntu 20.04 due qt 5.12 deprecation

  Update cache to v4
  • Loading branch information
jhoyt4 committed Mar 2, 2024
1 parent ff24c7f commit 769de5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
matrix:
container:
# Ubuntu group
- desc: 'Ubuntu 20.04 LTS (Focal Fossa)'
image: 'ubuntu:20.04'
ansibleopts: '--limit localhost'
- desc: 'Ubuntu 22.04 LTS (Jammy Jellyfish)'
image: 'ubuntu:22.04'
ansibleopts: '--limit localhost'
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/build-mythtv-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
matrix:
container:
# Ubuntu group
- desc: 'Ubuntu 20.04 LTS (Focal Fossa)'
image: 'ubuntu:20.04'
ansibleopts: '--limit localhost'
configureopts: ''
- desc: 'Ubuntu 22.04 LTS (Jammy Jellyfish)'
image: 'ubuntu:22.04'
ansibleopts: '--limit localhost'
Expand Down Expand Up @@ -151,7 +147,7 @@ jobs:
path: mythtv

- name: Checkout ccache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.ccache
key: ${{ matrix.container.image }}-build-core-ccache-${{ github.sha }}
Expand Down

0 comments on commit 769de5c

Please sign in to comment.