Skip to content

Commit

Permalink
Merge pull request #14 from dagster-io/update20default
Browse files Browse the repository at this point in the history
Update hybrid quickstart to use ubuntu 22.04
  • Loading branch information
gibsondan authored Oct 29, 2024
2 parents fe73a19 + 395bb7b commit 841a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dagster-cloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
dagster-cloud-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
# If this is a closed PR the prerun step closes the branch deployment and returns
# output.result='skip' which is used to skip other steps in this workflow.
Expand Down

0 comments on commit 841a6c1

Please sign in to comment.