Skip to content
Merged
7 changes: 1 addition & 6 deletions .github/workflows/os-llvm-sycl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Loading
Loading