From b4c417983d320d72d296f4e834277471bc792e44 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 19 Dec 2024 01:01:49 +0100 Subject: [PATCH] Don't target specific image --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 6d2ee42..842640d 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -8,7 +8,7 @@ on: jobs: alpha: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - name: Clone project uses: actions/checkout@v4