From 0466d5002cd9383fa9da3abe0da44b2537251228 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Wed, 25 Feb 2026 07:30:08 +0100 Subject: [PATCH] Upgrade Ubuntu version to 24.04 for scheduled/on-push/on-demand workflows --- .github/workflows/on-demand-verification.yml | 2 +- .github/workflows/on-push-verification-in-tree.yml | 2 +- .github/workflows/scheduled-verification.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on-demand-verification.yml b/.github/workflows/on-demand-verification.yml index 81fc9907..0dbb8288 100644 --- a/.github/workflows/on-demand-verification.yml +++ b/.github/workflows/on-demand-verification.yml @@ -36,7 +36,7 @@ on: jobs: verify_on_demand: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout opencl-clang sources for action files availabilty diff --git a/.github/workflows/on-push-verification-in-tree.yml b/.github/workflows/on-push-verification-in-tree.yml index f1ecbc4f..6d36eabb 100644 --- a/.github/workflows/on-push-verification-in-tree.yml +++ b/.github/workflows/on-push-verification-in-tree.yml @@ -31,7 +31,7 @@ jobs: name: Linux # ref_name for 'on: push' # base_ref for 'on: pull_request' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout opencl-clang sources for action files diff --git a/.github/workflows/scheduled-verification.yml b/.github/workflows/scheduled-verification.yml index fe91094f..c362643d 100644 --- a/.github/workflows/scheduled-verification.yml +++ b/.github/workflows/scheduled-verification.yml @@ -17,7 +17,7 @@ jobs: verify-default-branches: name: Verify `main` branch - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout opencl-clang sources for action files availabilty @@ -35,7 +35,7 @@ jobs: strategy: matrix: llvm_version: [ 14, 15, 16, 17, 18, 19, 20, 21 ] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout opencl-clang sources for action files availabilty