diff options
| author | Frank <[email protected]> | 2026-03-23 12:47:42 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-03-23 12:47:42 -0400 |
| commit | b556979634b038fae2c319811196b58af0faf36b (patch) | |
| tree | 5c79cdffba8dc32ff2ee52fb490275c825c3751d | |
| parent | 691644eeebbb73e622afaed963997a66fa3984a8 (diff) | |
| download | opencode-b556979634b038fae2c319811196b58af0faf36b.tar.gz opencode-b556979634b038fae2c319811196b58af0faf36b.zip | |
ci: fix
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c08d7edf3..96f437a73 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: deploy: - runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 |
