summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/format.yml
diff options
context:
space:
mode:
authorblacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>2025-12-01 09:43:33 -0500
committerGitHub <[email protected]>2025-12-01 09:43:33 -0500
commitcbbd21e2e5058e88c2f3062b3684deb731749797 (patch)
tree1dde60243fbcf11015b781efa03a8cc493d5a789 /.github/workflows/format.yml
parente7d45ca617e62820f19bb25c8d6b396f12b79a40 (diff)
downloadopencode-cbbd21e2e5058e88c2f3062b3684deb731749797.tar.gz
opencode-cbbd21e2e5058e88c2f3062b3684deb731749797.zip
.github/workflows: Migrate workflows to Blacksmith runners (#4941)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/format.yml')
-rw-r--r--.github/workflows/format.yml2
1 files changed, 1 insertions, 1 deletions
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: