Skip to content

Commit bf07816

Browse files
committed
chore(ci): replace blacksmith runners with standard github-hosted runners
1 parent ff0d86e commit bf07816

26 files changed

Lines changed: 40 additions & 40 deletions

.github/workflows/beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
sync:
10-
runs-on: blacksmith-4vcpu-ubuntu-2404
10+
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
1313
pull-requests: write

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
build:
19-
runs-on: blacksmith-4vcpu-ubuntu-2404
19+
runs-on: ubuntu-latest
2020
env:
2121
REGISTRY: ghcr.io/${{ github.repository_owner }}
2222
TAG: "24.04"

.github/workflows/daily-issues-recap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-recap:
11-
runs-on: blacksmith-4vcpu-ubuntu-2404
11+
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
1414
issues: read

.github/workflows/daily-pr-recap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
pr-recap:
11-
runs-on: blacksmith-4vcpu-ubuntu-2404
11+
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
1414
pull-requests: read

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1111

1212
jobs:
1313
deploy:
14-
runs-on: blacksmith-4vcpu-ubuntu-2404
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
1717

.github/workflows/docs-locale-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
sync-locales:
1212
if: github.actor != 'opencode-agent[bot]'
13-
runs-on: blacksmith-4vcpu-ubuntu-2404
13+
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write
1616
steps:

.github/workflows/docs-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
update-docs:
1313
if: github.repository == 'sst/opencode'
14-
runs-on: blacksmith-4vcpu-ubuntu-2404
14+
runs-on: ubuntu-latest
1515
permissions:
1616
id-token: write
1717
contents: write

.github/workflows/duplicate-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check-duplicates:
99
if: github.event.action == 'opened'
10-
runs-on: blacksmith-4vcpu-ubuntu-2404
10+
runs-on: ubuntu-latest
1111
permissions:
1212
contents: read
1313
issues: write
@@ -119,7 +119,7 @@ jobs:
119119
120120
recheck-compliance:
121121
if: github.event.action == 'edited' && contains(github.event.issue.labels.*.name, 'needs:compliance')
122-
runs-on: blacksmith-4vcpu-ubuntu-2404
122+
runs-on: ubuntu-latest
123123
permissions:
124124
contents: read
125125
issues: write

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
generate:
10-
runs-on: blacksmith-4vcpu-ubuntu-2404
10+
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
1313
pull-requests: write

.github/workflows/nix-eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
nix-eval:
19-
runs-on: blacksmith-4vcpu-ubuntu-2404
19+
runs-on: ubuntu-latest
2020
timeout-minutes: 15
2121
steps:
2222
- name: Checkout repository

0 commit comments

Comments
 (0)