Skip to content

Commit

Permalink
Use Ubuntu 24.04 to run the OS-LLVM workflow to build dpctl with nigh…
Browse files Browse the repository at this point in the history
…tly SYCL bundle DPC++ compiler
  • Loading branch information
oleksandr-pavlyk committed Dec 30, 2024
1 parent 4012fe2 commit 8e39103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit 8e39103

Please sign in to comment.