From 28d4cb36118c46006d3c2262e3d39d55e2cf8111 Mon Sep 17 00:00:00 2001 From: muchasxmaracas <99442216+muchasxmaracas@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:37:28 +0100 Subject: [PATCH] try ubuntu latest runner --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a0231c9..11c67b2 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -11,7 +11,7 @@ env: jobs: build-and-push-image: - runs-on: alpine-latest + runs-on: ubuntu-latest permissions: contents: read