|
28 | 28 | check_changes: |
29 | 29 | name: Check for changes since last nightly |
30 | 30 | if: github.event_name == 'schedule' |
31 | | - runs-on: ubuntu-24.04 |
| 31 | + runs-on: t3code-arc |
32 | 32 | outputs: |
33 | 33 | has_changes: ${{ steps.check.outputs.has_changes }} |
34 | 34 | steps: |
|
64 | 64 | if: | |
65 | 65 | !failure() && !cancelled() && |
66 | 66 | (github.event_name != 'schedule' || needs.check_changes.outputs.has_changes == 'true') |
67 | | - runs-on: ubuntu-24.04 |
| 67 | + runs-on: t3code-arc |
68 | 68 | timeout-minutes: 10 |
69 | 69 | outputs: |
70 | 70 | release_channel: ${{ steps.release_meta.outputs.release_channel }} |
@@ -168,7 +168,7 @@ jobs: |
168 | 168 | name: Resolve T3 Cloud public config |
169 | 169 | needs: preflight |
170 | 170 | if: ${{ !failure() && !cancelled() && needs.preflight.result == 'success' }} |
171 | | - runs-on: blacksmith-8vcpu-ubuntu-2404 |
| 171 | + runs-on: t3code-arc |
172 | 172 | timeout-minutes: 5 |
173 | 173 | environment: |
174 | 174 | name: production |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | target: dmg |
243 | 243 | arch: x64 |
244 | 244 | - label: Linux x64 |
245 | | - runner: ubuntu-24.04 |
| 245 | + runner: t3code-arc |
246 | 246 | platform: linux |
247 | 247 | target: AppImage |
248 | 248 | arch: x64 |
@@ -480,7 +480,7 @@ jobs: |
480 | 480 | name: Publish CLI to npm |
481 | 481 | needs: [preflight, relay_public_config, build] |
482 | 482 | if: ${{ false }} # Disabled for the fork: keep the private CLI package out of npm publishing. |
483 | | - runs-on: ubuntu-24.04 |
| 483 | + runs-on: t3code-arc |
484 | 484 | timeout-minutes: 10 |
485 | 485 | permissions: |
486 | 486 | contents: read |
@@ -523,7 +523,7 @@ jobs: |
523 | 523 | name: Publish GitHub Release |
524 | 524 | needs: [preflight, build] |
525 | 525 | if: ${{ !failure() && !cancelled() && needs.preflight.result == 'success' && needs.build.result == 'success' }} |
526 | | - runs-on: ubuntu-24.04 |
| 526 | + runs-on: t3code-arc |
527 | 527 | timeout-minutes: 10 |
528 | 528 | steps: |
529 | 529 | - id: app_token |
@@ -640,7 +640,7 @@ jobs: |
640 | 640 | name: Deploy hosted web app |
641 | 641 | needs: [preflight, relay_public_config, release] |
642 | 642 | if: ${{ false }} # Disabled for the fork: avoid deploying the hosted web app with upstream Vercel secrets. |
643 | | - runs-on: ubuntu-24.04 |
| 643 | + runs-on: t3code-arc |
644 | 644 | timeout-minutes: 10 |
645 | 645 | env: |
646 | 646 | T3CODE_CLERK_PUBLISHABLE_KEY: ${{ needs.relay_public_config.outputs.clerk_publishable_key }} |
@@ -735,7 +735,7 @@ jobs: |
735 | 735 | name: Finalize release |
736 | 736 | if: ${{ false }} # Disabled for the fork: avoid committing release-only version bumps back to main. |
737 | 737 | needs: [preflight, release] |
738 | | - runs-on: ubuntu-24.04 |
| 738 | + runs-on: t3code-arc |
739 | 739 | timeout-minutes: 10 |
740 | 740 | steps: |
741 | 741 | - id: app_token |
@@ -810,7 +810,7 @@ jobs: |
810 | 810 | name: Announce release on Discord |
811 | 811 | if: ${{ false }} # Disabled for the fork: avoid posting upstream release announcements. |
812 | 812 | needs: [preflight, relay_public_config, release, deploy_web, finalize] |
813 | | - runs-on: ubuntu-24.04 |
| 813 | + runs-on: t3code-arc |
814 | 814 | timeout-minutes: 10 |
815 | 815 | steps: |
816 | 816 | - name: Checkout |
|
0 commit comments