We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39a19c1 + 6666bc7 commit f7cb1b1Copy full SHA for f7cb1b1
1 file changed
.github/workflows/os-llvm-sycl-build.yml
@@ -9,7 +9,7 @@ permissions: read-all
9
jobs:
10
install-compiler:
11
name: Build with nightly build of DPC++ toolchain
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
13
timeout-minutes: 90
14
15
env:
@@ -93,11 +93,6 @@ jobs:
93
cp oclcpuexp/x64/libOpenCL.so* dpcpp_compiler/lib/
94
fi
95
96
- - name: Install system components
97
- shell: bash -l {0}
98
- run: |
99
- sudo apt-get install libtinfo5
100
-
101
- name: Setup Python
102
uses: actions/setup-python@v5
103
with:
0 commit comments