Skip to content

Commit aeed8a3

Browse files
committed
Stop publishing on Ubuntu Focal/20.04 PPA (not providing Qt6)
1 parent f44c4d9 commit aeed8a3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/package.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# - debian-bullseye
2222
- ubuntu-noble
2323
- ubuntu-jammy
24-
- ubuntu-focal
24+
# - ubuntu-focal
2525
steps:
2626
- uses: actions/checkout@v4
2727

@@ -72,7 +72,7 @@ jobs:
7272
# with:
7373
# args: --no-sign
7474

75-
- uses: legoktm/gh-action-build-deb@9114a536498b65c40b932209b9833aa942bf108d # pin@ubuntu-noble
75+
- uses: legoktm/gh-action-build-deb@ubuntu-noble
7676
if: matrix.distro == 'ubuntu-noble'
7777
name: Build package for ubuntu-noble
7878
id: build-ubuntu-noble
@@ -88,13 +88,13 @@ jobs:
8888
args: --no-sign
8989
ppa: ${{ steps.ppa.outputs.ppa }}
9090

91-
- uses: legoktm/gh-action-build-deb@ubuntu-focal
92-
if: matrix.distro == 'ubuntu-focal'
93-
name: Build package for ubuntu-focal
94-
id: build-ubuntu-focal
95-
with:
96-
args: --no-sign
97-
ppa: ${{ steps.ppa.outputs.ppa }}
91+
# - uses: legoktm/gh-action-build-deb@ubuntu-focal
92+
# if: matrix.distro == 'ubuntu-focal'
93+
# name: Build package for ubuntu-focal
94+
# id: build-ubuntu-focal
95+
# with:
96+
# args: --no-sign
97+
# ppa: ${{ steps.ppa.outputs.ppa }}
9898

9999
- uses: actions/upload-artifact@v4
100100
with:

0 commit comments

Comments
 (0)