File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
2626jobs :
2727 # Build job
2828 build :
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-22.04
3030 steps :
3131 - name : Checkout
3232 uses : actions/checkout@v4
6767 environment :
6868 name : github-pages
6969 url : ${{ steps.deployment.outputs.page_url }}
70- runs-on : ubuntu-latest
70+ runs-on : ubuntu-22.04
7171 needs : build
7272 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
7373 steps :
Original file line number Diff line number Diff line change 99 build_opencue_packages :
1010 name : Build Python Packages
1111 runs-on : ubuntu-22.04
12- container : python:3.8
12+ container : python:3.7
1313 outputs :
1414 opencue_proto_path : ${{ steps.package_outputs.outputs.opencue_proto_path }}
1515 opencue_pycue_path : ${{ steps.package_outputs.outputs.opencue_pycue_path }}
You can’t perform that action at this time.
0 commit comments