Skip to content

Commit

Permalink
Build package on ubuntu 20.04 for presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
jemoreira committed Feb 15, 2024
1 parent 9c899d6 commit 10dee95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Vet Test Build
run: cd frontend/src/host_orchestrator && go vet ./... && go test ./... && go build ./...
build-debian-package:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: ${{ always() && needs.build-orchestrator.result == 'success' }}
needs: [build-orchestrator]
container:
Expand Down

0 comments on commit 10dee95

Please sign in to comment.