summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-03-23 12:47:42 -0400
committerFrank <[email protected]>2026-03-23 12:47:42 -0400
commitb556979634b038fae2c319811196b58af0faf36b (patch)
tree5c79cdffba8dc32ff2ee52fb490275c825c3751d
parent691644eeebbb73e622afaed963997a66fa3984a8 (diff)
downloadopencode-b556979634b038fae2c319811196b58af0faf36b.tar.gz
opencode-b556979634b038fae2c319811196b58af0faf36b.zip
ci: fix
-rw-r--r--.github/workflows/deploy.yml2
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