Skip to content

Commit 2865f27

Browse files
Merge pull request #1951 from IntelPython/improve-top_k-coverage
2 parents 33f1ed4 + e1b7540 commit 2865f27

File tree

5 files changed

+300
-93
lines changed

5 files changed

+300
-93
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)