Skip to content

Commit

Permalink
Merge pull request #11565 from keymanapp/chore/run-sourcepackage-job-…
Browse files Browse the repository at this point in the history
…on-24.04

chore(linux): run deb-package sourcepackage job on Ubuntu 24.04
  • Loading branch information
mcdurdin authored May 27, 2024
2 parents 79ac920 + 1c5d0c5 commit b1643bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sourcepackage:
name: Build source package
if: github.repository == 'keymanapp/keyman'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
VERSION: ${{ steps.version_step.outputs.VERSION }}
PRERELEASE_TAG: ${{ steps.prerelease_tag.outputs.PRERELEASE_TAG }}
Expand Down

0 comments on commit b1643bd

Please sign in to comment.