Skip to content

Commit

Permalink
Fix the porchctl build to run on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon committed Jun 24, 2024
1 parent aa7c673 commit 3852392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/porchctl-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: porchctl-dev-release
outputs:
hashes: ${{ steps.hash.outputs.hashes }}
Expand Down

0 comments on commit 3852392

Please sign in to comment.