Skip to content

Commit

Permalink
Merge pull request #1952 from IntelPython/use-ubuntu-24-for-os-llvm-w…
Browse files Browse the repository at this point in the history
…orkflow

Use Ubuntu 24.04 to run the OS-LLVM workflow to build dpctl with nightly SYCL bundle DPC++ compiler
  • Loading branch information
oleksandr-pavlyk authored Dec 29, 2024
2 parents 39a19c1 + 6666bc7 commit f7cb1b1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/os-llvm-sycl-build.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit f7cb1b1

Please sign in to comment.