From 7c5aab2454e3c4f5c24373e352de53f147ba945d Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 12 Aug 2024 17:29:11 -0400 Subject: [PATCH] chore(ci): explicitly use ubuntu 24.04 (#28) Avoids the tar bug --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f8e6d5..73acdd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ env: jobs: build_push: name: Build and push image - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: read