Skip to content

Commit

Permalink
fix: Update Ubuntu version on rollouts (decentraland#1515)
Browse files Browse the repository at this point in the history
* fix: Update Ubuntu version on rollouts

* fix: Use Ubuntu latest
  • Loading branch information
LautaroPetaccio authored Apr 3, 2023
1 parent 48d79dd commit 14ee521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set-rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [deployment_status]
jobs:
set-rollout:
if: ${{ github.event.deployment.task == 'upload-to-cdn' && github.event.deployment_status.state == 'success' }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webapp
Expand Down

0 comments on commit 14ee521

Please sign in to comment.