diff options
Diffstat (limited to '.forgejo/workflows/deploy.yaml')
| -rw-r--r-- | .forgejo/workflows/deploy.yaml | 2 |
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: |
