File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 if : |
1919 !contains(github.event.head_commit.message, 'skip build')
2020 permissions : write-all
21- runs-on : ubicloud-standard-16
21+ runs-on : ubuntu-24.04
2222 steps :
2323 - name : Checkout your repository using git
2424 uses : actions/checkout@v4
6969 ghcr.io/renlabs-dev/torus-docs:${{ env.SANITIZED_REF }}
7070
7171 clean-stale :
72- runs-on : ubicloud-standard-2
72+ runs-on : ubuntu-24.04
7373 container :
7474 image : ghcr.io/renlabs-dev/devops-ci:latest
7575
8888
8989 deploy :
9090 needs : [build, clean-stale]
91- runs-on : ubicloud-standard-2
91+ runs-on : ubuntu-24.04
9292 environment : ${{ github.ref_name }}
9393 container :
9494 image : ghcr.io/renlabs-dev/devops-ci:latest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212
1313jobs :
1414 build :
15- runs-on : ubicloud-standard-2
15+ runs-on : ubuntu-24.04
1616 steps :
1717 - name : Checkout your repository using git
1818 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments