From d5e9cd07b9e194bbbfe10d6c120c29dc862ca5dd Mon Sep 17 00:00:00 2001 From: Philippe Rocca-Serra Date: Fri, 7 Mar 2025 13:46:47 +0000 Subject: [PATCH] pinning ubuntu version in the github action as attempt to address build error --- .github/workflows/build-migrating.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-migrating.yml b/.github/workflows/build-migrating.yml index 2f94761c8..17122acb3 100644 --- a/.github/workflows/build-migrating.yml +++ b/.github/workflows/build-migrating.yml @@ -9,7 +9,7 @@ on: jobs: build-and-deploy-to-other-repo: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout dev branch 🛎️ uses: actions/checkout@v4 # If you're using actions/checkout@v4 you must set persist-credentials to false in most cases for the deployment to work correctly.