From 48b6ba1423712545cfb2b7ceb2e6c74e85cf1266 Mon Sep 17 00:00:00 2001 From: Asaf Chen <109060156+asafchen-dig@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:17:30 -0400 Subject: [PATCH 1/2] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03724cb..01a7bf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ permissions: jobs: install: name: Test the installation - runs-on: ubuntu-latest-m + runs-on: ubuntu-22.04 steps: - name: Checkout @@ -44,7 +44,7 @@ jobs: build-and-push: name: Build and push to the DockerHub needs: [install] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout From f5deb0f2e6a2cc942ef8f81eea74ca1c040029ad Mon Sep 17 00:00:00 2001 From: Asaf Chen <109060156+asafchen-dig@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:18:02 -0400 Subject: [PATCH 2/2] Update build.yml --- .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 8aba444..5492766 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: build: name: Build needs: [install] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout