From 08cfc7227bd5b23b428c5bc33465cbaec4eb76d3 Mon Sep 17 00:00:00 2001 From: Giovanni Orciuolo Date: Thu, 1 Feb 2024 18:09:22 +0100 Subject: [PATCH] Pin Ubuntu version to 22.04 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3336126..1905fd1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: GITHUB_PAT: ${{ secrets.GITHUB_PAT }} outputs: @@ -48,7 +48,7 @@ jobs: needs: build env: GITHUB_PAT: ${{ secrets.GITHUB_PAT }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Submit build artifact to CKB uses: dkershner6/post-api-call-action@v2