summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/auto-label-tui.yml2
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--.github/workflows/duplicate-issues.yml2
-rw-r--r--.github/workflows/format.yml2
-rw-r--r--.github/workflows/notify-discord.yml2
-rw-r--r--.github/workflows/opencode.yml2
-rw-r--r--.github/workflows/publish-github-action.yml2
-rw-r--r--.github/workflows/publish-vscode.yml2
-rw-r--r--.github/workflows/publish.yml2
-rw-r--r--.github/workflows/snapshot.yml2
-rw-r--r--.github/workflows/stats.yml2
-rw-r--r--.github/workflows/sync-zed-extension.yml2
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--.github/workflows/typecheck.yml2
-rw-r--r--.github/workflows/update-nix-hashes.yml2
15 files changed, 15 insertions, 15 deletions
diff --git a/.github/workflows/auto-label-tui.yml b/.github/workflows/auto-label-tui.yml
index 0f03bb68d..c2f81a380 100644
--- a/.github/workflows/auto-label-tui.yml
+++ b/.github/workflows/auto-label-tui.yml
@@ -6,7 +6,7 @@ on:
jobs:
auto-label:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: read
issues: write
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 0cc239e31..25466a63e 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
deploy:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v3
diff --git a/.github/workflows/duplicate-issues.yml b/.github/workflows/duplicate-issues.yml
index 3b5c39193..daf447df1 100644
--- a/.github/workflows/duplicate-issues.yml
+++ b/.github/workflows/duplicate-issues.yml
@@ -6,7 +6,7 @@ on:
jobs:
check-duplicates:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: read
issues: write
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 718ab27c7..96e316c5f 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
jobs:
format:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: write
steps:
diff --git a/.github/workflows/notify-discord.yml b/.github/workflows/notify-discord.yml
index fde896410..d12cc7d73 100644
--- a/.github/workflows/notify-discord.yml
+++ b/.github/workflows/notify-discord.yml
@@ -6,7 +6,7 @@ on:
jobs:
notify:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Send nicely-formatted embed to Discord
uses: SethCohen/github-releases-to-discord@v1
diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml
index ebf146395..44c8d4a58 100644
--- a/.github/workflows/opencode.yml
+++ b/.github/workflows/opencode.yml
@@ -13,7 +13,7 @@ jobs:
startsWith(github.event.comment.body, '/oc') ||
contains(github.event.comment.body, ' /opencode') ||
startsWith(github.event.comment.body, '/opencode')
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
id-token: write
contents: read
diff --git a/.github/workflows/publish-github-action.yml b/.github/workflows/publish-github-action.yml
index cfd14148c..d2789373a 100644
--- a/.github/workflows/publish-github-action.yml
+++ b/.github/workflows/publish-github-action.yml
@@ -14,7 +14,7 @@ permissions:
jobs:
publish:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v3
with:
diff --git a/.github/workflows/publish-vscode.yml b/.github/workflows/publish-vscode.yml
index 48357813f..f49a10578 100644
--- a/.github/workflows/publish-vscode.yml
+++ b/.github/workflows/publish-vscode.yml
@@ -13,7 +13,7 @@ permissions:
jobs:
publish:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v3
with:
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 710d7c0a1..65a79ba4f 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -25,7 +25,7 @@ permissions:
jobs:
publish:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v3
with:
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
index 6ac76437a..cffd1e946 100644
--- a/.github/workflows/snapshot.yml
+++ b/.github/workflows/snapshot.yml
@@ -14,7 +14,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
publish:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v3
with:
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml
index 01ddf314a..97e924517 100644
--- a/.github/workflows/stats.yml
+++ b/.github/workflows/stats.yml
@@ -7,7 +7,7 @@ on:
jobs:
stats:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: write
diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml
index c9dea7bb7..445adbc53 100644
--- a/.github/workflows/sync-zed-extension.yml
+++ b/.github/workflows/sync-zed-extension.yml
@@ -8,7 +8,7 @@ on:
jobs:
zed:
name: Release Zed Extension
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
with:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ccce2aa25..fde43c21e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
jobs:
test:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v4
diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml
index 8943e10be..011e23f5f 100644
--- a/.github/workflows/typecheck.yml
+++ b/.github/workflows/typecheck.yml
@@ -7,7 +7,7 @@ on:
jobs:
typecheck:
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v4
diff --git a/.github/workflows/update-nix-hashes.yml b/.github/workflows/update-nix-hashes.yml
index 1f1ca0e80..d2c60b08f 100644
--- a/.github/workflows/update-nix-hashes.yml
+++ b/.github/workflows/update-nix-hashes.yml
@@ -19,7 +19,7 @@ on:
jobs:
update:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
env:
SYSTEM: x86_64-linux