Skip to content

Commit

Permalink
Update hybrid quickstart to use ubuntu 22.04
Browse files Browse the repository at this point in the history
Summary:
20.04 uses python 3.8 by default which is at EOL.

Test Plan: Use this yaml to deploy a new hybrid org
  • Loading branch information
gibsondan committed Oct 8, 2024
1 parent fe73a19 commit 395bb7b
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 395bb7b

Please sign in to comment.