diff --git a/.github/workflows/bats-action.yml b/.github/workflows/bats-action.yml index 1397f630a..c95aa20bb 100644 --- a/.github/workflows/bats-action.yml +++ b/.github/workflows/bats-action.yml @@ -36,7 +36,7 @@ on: jobs: bats-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name strategy: diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index ef2f83394..5181dad0a 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -24,7 +24,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: diff --git a/.github/workflows/docs-update-action.yml b/.github/workflows/docs-update-action.yml index 2c2c27ab0..44ab00737 100644 --- a/.github/workflows/docs-update-action.yml +++ b/.github/workflows/docs-update-action.yml @@ -7,7 +7,7 @@ on: jobs: triggerWorkflowDispatch: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Repository Dispatch uses: peter-evans/repository-dispatch@v3 diff --git a/.github/workflows/installation-action.yml b/.github/workflows/installation-action.yml index 93c731d7d..00d7882b1 100644 --- a/.github/workflows/installation-action.yml +++ b/.github/workflows/installation-action.yml @@ -30,7 +30,7 @@ on: jobs: installation-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name strategy: diff --git a/.github/workflows/shellcheck-action.yml b/.github/workflows/shellcheck-action.yml index fabe13edb..49880de2e 100644 --- a/.github/workflows/shellcheck-action.yml +++ b/.github/workflows/shellcheck-action.yml @@ -17,7 +17,7 @@ on: jobs: shellcheck: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: