aboutsummaryrefslogtreecommitdiff
path: root/.forgejo/workflows/deploy.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo/workflows/deploy.yaml')
-rw-r--r--.forgejo/workflows/deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml
index 5eb26f1..62f0212 100644
--- a/.forgejo/workflows/deploy.yaml
+++ b/.forgejo/workflows/deploy.yaml
@@ -6,7 +6,7 @@ on:
jobs:
deploy:
- runs-on: ubuntu-latest
+ runs-on: linux-amd64
steps:
- uses: actions/checkout@v4
with: