aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-07-22 20:33:22 +0000
committerSaturneric <[email protected]>2022-07-22 20:33:22 +0000
commit47996a4162e4125d1029cb00b2b43021fef63d53 (patch)
tree58e1a268abe3cb0d82080de265b7b62ffdf8bd4b
parentfeat(project): upgrade to v2.0.9 (diff)
downloadGpgFrontend-47996a4162e4125d1029cb00b2b43021fef63d53.tar.gz
GpgFrontend-47996a4162e4125d1029cb00b2b43021fef63d53.zip
fix(ci): delete ubuntu 18.04 from deb package build
-rw-r--r--.github/workflows/release-deb-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-deb-package.yml b/.github/workflows/release-deb-package.yml
index f2ca0747..f5aff6a0 100644
--- a/.github/workflows/release-deb-package.yml
+++ b/.github/workflows/release-deb-package.yml
@@ -23,7 +23,7 @@ jobs:
build:
strategy:
matrix:
- os: [ 'ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-18.04' ]
+ os: [ 'ubuntu-20.04', 'ubuntu-22.04' ]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps: