Skip to content

Commit 8cf57e4

Browse files
committed
test
1 parent 8b5a3a8 commit 8cf57e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
secrets: inherit
6969
with:
7070
image: rockylinux:8
71-
dpcpp-version: intel/2025.3
71+
env-from-files: .github/workflows/icx-linux.env
7272
cmd: |
7373
export CXXFLAGS="-fhonor-infinities -fhonor-nans"
7474
export CFLAGS=$CXXFLAGS

.github/workflows/ci.windows.gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: '["build", "mpi"]'
4141
env-from-files: .github/workflows/icx-windows.env
4242
msvc-version: 2022
43-
ocloc-version: oneAPI/ocloc/2025.0
43+
ocloc-version: oneAPI/ocloc/2025.3
4444
cmd: |
4545
# disable warnings which lead to excessively large log files
4646
$env:CXXFLAGS = '-w'

0 commit comments

Comments
 (0)