Skip to content

Commit 7ee4203

Browse files
committed
fixup! release: build unsigned Ubuntu .deb package
Set Ubuntu OS version to 18.04 (rather than "latest" which, at the time of this commit, is 21.04) for the .deb package build job. This OS version matches the version used by the Azure DevOps pipeline, and generates artifacts compatible with 18.04 and 21.04.
1 parent abd25be commit 7ee4203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302

303303
# Build & sign Ubuntu package
304304
ubuntu_build:
305-
runs-on: ubuntu-latest
305+
runs-on: ubuntu-18.04
306306
needs: prereqs
307307
steps:
308308
- name: Install git dependencies

0 commit comments

Comments
 (0)