From 2c84c42ae1df38dd119950a15992bcff5ed48345 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Sun, 8 Jun 2025 15:59:07 -0500 Subject: [PATCH] alpine test --- .gitea/workflows/alpine_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/alpine_test.yaml b/.gitea/workflows/alpine_test.yaml index 620df45..cc4b5e8 100644 --- a/.gitea/workflows/alpine_test.yaml +++ b/.gitea/workflows/alpine_test.yaml @@ -3,7 +3,7 @@ on: push: jobs: deploy: - runs-on: apline:latest + runs-on: alpine:latest steps: - uses: actions/checkout@v4 - name: setup python