Skip to content

Commit bad9474

Browse files
authored
Bump DPC++ compiler and MKL versions used in build (#2504)
This PR bump max DPC++ compiler and MKL versions used in build GH workflows.
1 parent 8c50aff commit bad9474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ jobs:
9696
continue-on-error: true
9797
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
9898
env:
99-
MAX_BUILD_CMPL_MKL_VERSION: '2025.2a0'
99+
MAX_BUILD_CMPL_MKL_VERSION: '2025.3a0'
100100

101101
- name: ReBuild conda package
102102
if: steps.build_conda_pkg.outcome == 'failure'
103103
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
104104
env:
105-
MAX_BUILD_CMPL_MKL_VERSION: '2025.2a0'
105+
MAX_BUILD_CMPL_MKL_VERSION: '2025.3a0'
106106

107107
- name: Upload artifact
108108
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)