Skip to content

Commit 2592ddb

Browse files
PsicoThePatoclaude
andcommitted
ci: switch runners from ubicloud to ubuntu-24.04
Ubicloud runners are no longer available, so the workflows were silently skipped after the repo-level Actions toggle was disabled. Match the runner choice the rest of renlabs-dev uses (torus-ts). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 49d5e58 commit 2592ddb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -69,7 +69,7 @@ jobs:
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

@@ -88,7 +88,7 @@ jobs:
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

.github/workflows/dry-run-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
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

0 commit comments

Comments
 (0)