Skip to content

Commit 57495af

Browse files
Merge pull request #1620 from IntelPython/collect-coverage-using-2024.1
Use DPC++ 2024.1.0 to collect coverage
2 parents 54c98a3 + 1e80808 commit 57495af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ONEAPI_ROOT: /opt/intel/oneapi
1818
GTEST_ROOT: /home/runner/work/googletest-1.13.0/install
1919
# Use oneAPI compiler 2023 to work around an issue
20-
USE_2023: 1
20+
USE_2023: 0
2121

2222
steps:
2323
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)