diff options
| author | blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com> | 2025-12-01 09:43:33 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-01 09:43:33 -0500 |
| commit | cbbd21e2e5058e88c2f3062b3684deb731749797 (patch) | |
| tree | 1dde60243fbcf11015b781efa03a8cc493d5a789 /.github/workflows/publish-github-action.yml | |
| parent | e7d45ca617e62820f19bb25c8d6b396f12b79a40 (diff) | |
| download | opencode-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-github-action.yml')
| -rw-r--r-- | .github/workflows/publish-github-action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
