Skip to content

Commit

Permalink
Use Ubuntu 24 docker container for build
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Jan 10, 2025
1 parent 34ed3c1 commit 898df58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
build_artifact_suffix: "default"
build_cache_suffix: "default"
# Docker image has last nightly pre-installed and added to the PATH
build_image: "ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build"
build_image: "ghcr.io/intel/llvm/ubuntu2404_build:latest"
build_configure_extra_args: '--shared-libs'
cc: clang
cxx: clang++
changes: ${{ needs.detect_changes.outputs.filters }}
Expand Down

0 comments on commit 898df58

Please sign in to comment.