diff --git a/.github/workflows/os-llvm-sycl-build.yml b/.github/workflows/os-llvm-sycl-build.yml index 7648bbb42b..74833ec3f9 100644 --- a/.github/workflows/os-llvm-sycl-build.yml +++ b/.github/workflows/os-llvm-sycl-build.yml @@ -9,7 +9,7 @@ permissions: read-all jobs: install-compiler: name: Build with nightly build of DPC++ toolchain - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 90 env: @@ -93,11 +93,6 @@ jobs: cp oclcpuexp/x64/libOpenCL.so* dpcpp_compiler/lib/ fi - - name: Install system components - shell: bash -l {0} - run: | - sudo apt-get install libtinfo5 - - name: Setup Python uses: actions/setup-python@v5 with: