diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9f44316..3ac54c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ on: jobs: build: name: Build and push Docker image - runs-on: ubuntu-latest-arm + runs-on: ubuntu-24.04-arm outputs: version: ${{ steps.version.outputs.version }} steps: