Skip to content

Commit 9e6e9e4

Browse files
committed
250731.022333.PDT [skip ci] revoke the change to test_matlab_windows.yml
1 parent f18bb25 commit 9e6e9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_matlab_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [windows-latest]
24-
matlab: [R2023a, R2024a, R2024b, latest] # The earliest and latest supported versions of MATLAB
24+
matlab: [R2023a, latest] # The earliest and latest supported versions of MATLAB
2525

2626
steps:
2727

@@ -73,7 +73,7 @@ jobs:
7373
if [[ "${{ matrix.matlab }}" = "R2020"* || "${{ matrix.matlab }}" = "R2021"* || "${{ matrix.matlab }}" = "R2022"* || "${{ matrix.matlab }}" = "R2023"* ]] ; then
7474
ONEAPI_VERSION=2023
7575
elif [[ "${{ matrix.matlab }}" = "R2024"* ]] ; then
76-
ONEAPI_VERSION=2023
76+
ONEAPI_VERSION=2024
7777
fi
7878
fi
7979
echo "ONEAPI_VERSION=$ONEAPI_VERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)