diff --git a/.github/workflows/sycl-aws.yml b/.github/workflows/sycl-aws.yml index 2ed860980b19a..47e0cc602245c 100644 --- a/.github/workflows/sycl-aws.yml +++ b/.github/workflows/sycl-aws.yml @@ -21,7 +21,7 @@ on: jobs: aws: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest environment: aws steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/sycl-containers-igc-dev.yaml b/.github/workflows/sycl-containers-igc-dev.yaml index ae2a660a79e93..76a9b4e544f4a 100644 --- a/.github/workflows/sycl-containers-igc-dev.yaml +++ b/.github/workflows/sycl-containers-igc-dev.yaml @@ -22,7 +22,7 @@ jobs: build_and_push_images: if: github.repository == 'intel/llvm' name: Build and Push IGC Dev Docker Images - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest permissions: packages: write strategy: diff --git a/.github/workflows/sycl-containers.yaml b/.github/workflows/sycl-containers.yaml index 4c07a978e02fa..7ba768a79701c 100644 --- a/.github/workflows/sycl-containers.yaml +++ b/.github/workflows/sycl-containers.yaml @@ -29,7 +29,7 @@ jobs: build_and_push_images: if: github.repository == 'intel/llvm' name: Build and Push Docker Images - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest permissions: packages: write strategy: diff --git a/.github/workflows/sycl-linux-precommit-aws.yml b/.github/workflows/sycl-linux-precommit-aws.yml index 49dd9b245b5c7..b6820eb7c2458 100644 --- a/.github/workflows/sycl-linux-precommit-aws.yml +++ b/.github/workflows/sycl-linux-precommit-aws.yml @@ -45,7 +45,7 @@ jobs: }) aws-start: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest environment: aws steps: - uses: actions/checkout@v4 @@ -106,7 +106,7 @@ jobs: aws-stop: needs: [aws-start, e2e-cuda] if: always() - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest environment: aws steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/sycl-stale-issues.yml b/.github/workflows/sycl-stale-issues.yml index 29afd18d22471..420dcd27a1d1c 100644 --- a/.github/workflows/sycl-stale-issues.yml +++ b/.github/workflows/sycl-stale-issues.yml @@ -11,7 +11,7 @@ jobs: permissions: issues: write # for actions/stale to close stale issues pull-requests: write # for actions/stale to close stale PRs - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/stale@v9 with: diff --git a/.github/workflows/sycl-sync-main.yml b/.github/workflows/sycl-sync-main.yml index 68f8578a15c3a..805ee74b1d3fd 100644 --- a/.github/workflows/sycl-sync-main.yml +++ b/.github/workflows/sycl-sync-main.yml @@ -9,7 +9,7 @@ jobs: sync: permissions: contents: write # for Git to git push - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: github.repository == 'intel/llvm' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/sycl-update-gpu-driver.yml b/.github/workflows/sycl-update-gpu-driver.yml index 6315f27641dce..cd998ded1b10d 100644 --- a/.github/workflows/sycl-update-gpu-driver.yml +++ b/.github/workflows/sycl-update-gpu-driver.yml @@ -11,7 +11,7 @@ jobs: update_driver_linux: permissions: contents: write # for Git to git push - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: github.repository == 'intel/llvm' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/sycl-update-igc-dev-driver.yml b/.github/workflows/sycl-update-igc-dev-driver.yml index 8a323a1e05221..3bc2407b1f7df 100644 --- a/.github/workflows/sycl-update-igc-dev-driver.yml +++ b/.github/workflows/sycl-update-igc-dev-driver.yml @@ -11,7 +11,7 @@ jobs: update_driver_linux: permissions: contents: write # for Git to git push - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: github.repository == 'intel/llvm' steps: - uses: actions/checkout@v4