From 4b203e076d1e7c042eae573f3b084cd3e53782ae Mon Sep 17 00:00:00 2001 From: satoshiotomakan <127754187+satoshiotomakan@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:09:00 +0700 Subject: [PATCH] Upgrade to Ubuntu 24.04 explicitly (#4068) --- .github/workflows/codegen-v2.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/linux-ci-rust.yml | 4 ++-- .github/workflows/linux-ci-sonarcloud.yml | 2 +- .github/workflows/linux-ci.yml | 2 +- .github/workflows/linux-sampleapp-ci.yml | 2 +- .github/workflows/wasm-ci.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codegen-v2.yml b/.github/workflows/codegen-v2.yml index 50446778240..8438d788d56 100644 --- a/.github/workflows/codegen-v2.yml +++ b/.github/workflows/codegen-v2.yml @@ -12,7 +12,7 @@ env: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index db3513b2a17..336faa4ce81 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 - name: Lint Dockerfile diff --git a/.github/workflows/linux-ci-rust.yml b/.github/workflows/linux-ci-rust.yml index 36d3e57931a..7e0889e824a 100644 --- a/.github/workflows/linux-ci-rust.yml +++ b/.github/workflows/linux-ci-rust.yml @@ -20,7 +20,7 @@ jobs: permissions: contents: read checks: write - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 @@ -61,7 +61,7 @@ jobs: # Run Rust tests in WASM. test-wasm: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/linux-ci-sonarcloud.yml b/.github/workflows/linux-ci-sonarcloud.yml index 775486d741a..83fa3b4f216 100644 --- a/.github/workflows/linux-ci-sonarcloud.yml +++ b/.github/workflows/linux-ci-sonarcloud.yml @@ -13,7 +13,7 @@ concurrency: jobs: build: if: github.event.pull_request.draft == false && github.event.pull_request.head.repo.fork == false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 89424cd4081..1062e02dacb 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/linux-sampleapp-ci.yml b/.github/workflows/linux-sampleapp-ci.yml index 42ea0bfb10a..a8c0dbe15da 100644 --- a/.github/workflows/linux-sampleapp-ci.yml +++ b/.github/workflows/linux-sampleapp-ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/wasm-ci.yml b/.github/workflows/wasm-ci.yml index da063d565be..d68b0dcb39d 100644 --- a/.github/workflows/wasm-ci.yml +++ b/.github/workflows/wasm-ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3