diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 5211229..5d83332 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -8,7 +8,7 @@ on: jobs: actionlint: name: actionlint with reviewdog - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eacb474..31a0d56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ env: jobs: build_linux32: name: Build for linux32 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -108,7 +108,7 @@ jobs: build_linux32_cxx: if: inputs.build_as_cxx name: Build as C++ for linux32 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 diff --git a/.github/workflows/check-coding-rule-v3.yml b/.github/workflows/check-coding-rule-v3.yml index 25bbd97..80bc54a 100644 --- a/.github/workflows/check-coding-rule-v3.yml +++ b/.github/workflows/check-coding-rule-v3.yml @@ -33,7 +33,7 @@ env: jobs: check_coding_rule: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: gh-federation diff --git a/.github/workflows/check-coding-rule.yml b/.github/workflows/check-coding-rule.yml index 4943913..32b32e0 100644 --- a/.github/workflows/check-coding-rule.yml +++ b/.github/workflows/check-coding-rule.yml @@ -29,7 +29,7 @@ env: jobs: check_coding_rule: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: gh-federation diff --git a/.github/workflows/check-encoding-v3.yml b/.github/workflows/check-encoding-v3.yml index 7f81ed7..b5e871b 100644 --- a/.github/workflows/check-encoding-v3.yml +++ b/.github/workflows/check-encoding-v3.yml @@ -23,7 +23,7 @@ env: jobs: check_encoding: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: gh-federation if: inputs.federation_repos != '' diff --git a/.github/workflows/check-encoding.yml b/.github/workflows/check-encoding.yml index 83cd5a1..8c57eae 100644 --- a/.github/workflows/check-encoding.yml +++ b/.github/workflows/check-encoding.yml @@ -23,7 +23,7 @@ env: jobs: check_encoding: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: gh-federation if: inputs.federation_repos != '' diff --git a/.github/workflows/validate-renovate.yml b/.github/workflows/validate-renovate.yml index 6e5719b..c71de3d 100644 --- a/.github/workflows/validate-renovate.yml +++ b/.github/workflows/validate-renovate.yml @@ -8,7 +8,7 @@ on: jobs: validate-renovate: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7