diff --git a/.github/workflows/ci-extrachecks.yml b/.github/workflows/ci-extrachecks.yml index a9fed86..a69d70b 100644 --- a/.github/workflows/ci-extrachecks.yml +++ b/.github/workflows/ci-extrachecks.yml @@ -4,7 +4,7 @@ on: workflow_call jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ed0121..7a40831 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI-Go on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Set up Go uses: actions/setup-go@v5 diff --git a/.github/workflows/ci_rebuild_bp3.yml b/.github/workflows/ci_rebuild_bp3.yml index 5898f91..1312df6 100644 --- a/.github/workflows/ci_rebuild_bp3.yml +++ b/.github/workflows/ci_rebuild_bp3.yml @@ -13,7 +13,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Set up Go diff --git a/.github/workflows/ci_reuse.yml b/.github/workflows/ci_reuse.yml index 22733f7..68ba8d9 100644 --- a/.github/workflows/ci_reuse.yml +++ b/.github/workflows/ci_reuse.yml @@ -13,7 +13,7 @@ on: required: true jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Set up Node.js diff --git a/.github/workflows/ci_reuse_go.yml b/.github/workflows/ci_reuse_go.yml index 8b3c473..7350a8b 100644 --- a/.github/workflows/ci_reuse_go.yml +++ b/.github/workflows/ci_reuse_go.yml @@ -36,7 +36,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout diff --git a/.github/workflows/ci_reuse_go_cas.yml b/.github/workflows/ci_reuse_go_cas.yml index 5c99511..37e1d7f 100644 --- a/.github/workflows/ci_reuse_go_cas.yml +++ b/.github/workflows/ci_reuse_go_cas.yml @@ -31,7 +31,7 @@ on: required: true jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Set up Go diff --git a/.github/workflows/ci_reuse_go_norebuild.yml b/.github/workflows/ci_reuse_go_norebuild.yml index 5ecdcec..2ea9ec3 100644 --- a/.github/workflows/ci_reuse_go_norebuild.yml +++ b/.github/workflows/ci_reuse_go_norebuild.yml @@ -19,7 +19,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Set up Go diff --git a/.github/workflows/ci_reuse_go_pr.yml b/.github/workflows/ci_reuse_go_pr.yml index 374e4b8..25c9629 100644 --- a/.github/workflows/ci_reuse_go_pr.yml +++ b/.github/workflows/ci_reuse_go_pr.yml @@ -36,7 +36,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Set up Go diff --git a/.github/workflows/cp.yml b/.github/workflows/cp.yml index cdd1b64..cbb1db4 100644 --- a/.github/workflows/cp.yml +++ b/.github/workflows/cp.yml @@ -30,7 +30,7 @@ on: jobs: cherry_pick: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout code @@ -158,7 +158,7 @@ jobs: handle-failure: needs: cherry_pick - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: failure() steps: - name: Add comment to issue diff --git a/.github/workflows/create_issue.yml b/.github/workflows/create_issue.yml index 208c324..279a35a 100644 --- a/.github/workflows/create_issue.yml +++ b/.github/workflows/create_issue.yml @@ -26,7 +26,7 @@ on: # This is the job that will be executed. Jobs run in parallel by default. jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout code diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml index 0dcaa95..f0df977 100644 --- a/.github/workflows/rc.yml +++ b/.github/workflows/rc.yml @@ -24,7 +24,7 @@ on: jobs: make_rc: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout code @@ -99,7 +99,7 @@ jobs: handle-failure: needs: make_rc - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: failure() steps: - name: Add comment to issue