summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/publish.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/publish.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/publish.yml')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
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: