From 51f36685e12ce10db0c64d2134a8088cba719fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Fri, 12 Jul 2024 14:10:56 +0000 Subject: [PATCH] chore: Update runs-on to ubuntu-latest for Linux job --- .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 cff0a41f1..ad306a15e 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -136,7 +136,7 @@ jobs: linux: permissions: contents: write - runs-on: warp-ubuntu-latest-x64-16x + runs-on: ubuntu-latest needs: [build-data, check-release] steps: