Skip to content

Commit c8ef160

Browse files
committed
update compiler to intel llvm v6.0.0 for all release jobs also CPU
1 parent febf879 commit c8ef160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: '[ "Windows", "NAS", "build", "avx512" ]'
2323
artifact-out: release-windows
2424
artifact-path: ./build/embree-*.zip
25-
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
25+
dpcpp-version: intel-llvm/v6.0.0-rk
2626
shell: cmd
2727
cmd: |
2828
cmake --preset release-windows -DCMAKE_BUILD_TYPE=Release
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: '[ "Linux", "docker", "avx512" ]'
9696
artifact-out: release-linux
9797
artifact-path: ./build/*.tar.gz
98-
dpcpp-version: intel-llvm/nightly-2023-10-26-rk
98+
dpcpp-version: intel-llvm/v6.0.0-rk
9999
pre-cmd: |
100100
yum -y install epel-release
101101
dnf makecache --refresh

0 commit comments

Comments
 (0)