From 7bbd8453062415bd175d29bc7c443870c7c92ea3 Mon Sep 17 00:00:00 2001 From: Karl Dimla Date: Mon, 3 Mar 2025 08:06:45 +0100 Subject: [PATCH] Use latest ubuntu runner --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 10 +++++----- .github/workflows/release_report_error.yml | 2 +- .github/workflows/release_tests.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c85cdf8838ce..d5f972aa9387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ concurrency: jobs: code_formatting: name: Code Formatting - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index de53c099bc27..224340628661 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -12,7 +12,7 @@ concurrency: jobs: code_formatting: name: Code Formatting - runs-on: ubuntu-20.04 #https://github.com/actions/runner-images/issues/6709 + runs-on: ubuntu-24.04 #https://github.com/actions/runner-images/issues/6709 steps: - name: Checkout repository @@ -34,7 +34,7 @@ jobs: unit_tests: name: Unit tests - runs-on: ubuntu-20.04 #https://github.com/actions/runner-images/issues/6709 + runs-on: ubuntu-24.04 #https://github.com/actions/runner-images/issues/6709 steps: - name: Checkout repository @@ -67,7 +67,7 @@ jobs: lint: name: Lint - runs-on: ubuntu-20.04 #https://github.com/actions/runner-images/issues/6709 + runs-on: ubuntu-24.04 #https://github.com/actions/runner-images/issues/6709 steps: - name: Checkout repository @@ -104,7 +104,7 @@ jobs: path: lint-report.zip android_tests: - runs-on: ubuntu-20.04 #https://github.com/actions/runner-images/issues/6709 + runs-on: ubuntu-24.04 #https://github.com/actions/runner-images/issues/6709 name: Android CI checks steps: @@ -165,7 +165,7 @@ jobs: create_task_when_failed: name: Create Asana task when workflow failed - runs-on: ubuntu-20.04 #https://github.com/actions/runner-images/issues/6709 + runs-on: ubuntu-24.04 #https://github.com/actions/runner-images/issues/6709 needs: [code_formatting, unit_tests, lint, android_tests] if: ${{ failure() }} steps: diff --git a/.github/workflows/release_report_error.yml b/.github/workflows/release_report_error.yml index 75dde4ba14d3..756bd51087e5 100644 --- a/.github/workflows/release_report_error.yml +++ b/.github/workflows/release_report_error.yml @@ -13,7 +13,7 @@ concurrency: jobs: report-release-error: name: Create Asana Task - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Create Asana task when workflow failed diff --git a/.github/workflows/release_tests.yml b/.github/workflows/release_tests.yml index 2e0da3085df8..7bdeacea337f 100644 --- a/.github/workflows/release_tests.yml +++ b/.github/workflows/release_tests.yml @@ -18,7 +18,7 @@ concurrency: jobs: run-release-tests: name: Run Release tests of tag version in Maestro - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository