Skip to content

Commit 7262d5c

Browse files
committed
SWPTP-1536: bump debian test package build to use ubuntu-latest
1 parent a10c335 commit 7262d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
deb:
9696
name: debian packages
97-
runs-on: ubuntu-20.04
97+
runs-on: ubuntu-latest
9898
steps:
9999
- name: sfptpd_checkout
100100
uses: actions/checkout@v4
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
debuild -i -us -uc -b
111111
SFPTPD_VERSION=$(scripts/sfptpd_versioning read)
112-
SFPTPD_STAGING=sfptpd-${SFPTPD_VERSION}-ubu20.04
112+
SFPTPD_STAGING=sfptpd-${SFPTPD_VERSION}-ubuntu
113113
mkdir DEB
114114
cp ../*deb DEB
115115
printf "SFPTPD_VERSION=$SFPTPD_VERSION" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)