Skip to content

Commit f7cb1b1

Browse files
Merge pull request #1952 from IntelPython/use-ubuntu-24-for-os-llvm-workflow
Use Ubuntu 24.04 to run the OS-LLVM workflow to build dpctl with nightly SYCL bundle DPC++ compiler
2 parents 39a19c1 + 6666bc7 commit f7cb1b1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: read-all
99
jobs:
1010
install-compiler:
1111
name: Build with nightly build of DPC++ toolchain
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
timeout-minutes: 90
1414

1515
env:
@@ -93,11 +93,6 @@ jobs:
9393
cp oclcpuexp/x64/libOpenCL.so* dpcpp_compiler/lib/
9494
fi
9595
96-
- name: Install system components
97-
shell: bash -l {0}
98-
run: |
99-
sudo apt-get install libtinfo5
100-
10196
- name: Setup Python
10297
uses: actions/setup-python@v5
10398
with:

0 commit comments

Comments
 (0)