Skip to content

Commit 5ca301c

Browse files
committed
[ci] change windows test from octave 9.4 to 10.3
1 parent 438e298 commit 5ca301c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
octave_test:
77
name: Octave tests
88
strategy:
9-
# provided octave versions: ubuntu-22.04 = 6.4, ubuntu-24.04 = 8.4, macos-15-intel = 10.3, windows-2022 = 9.4
9+
# provided octave versions: ubuntu-22.04 = 6.4, ubuntu-24.04 = 8.4, macos-15-intel = 10.3, windows-2022 = 10.3
1010
matrix:
1111
os: [ubuntu-22.04, ubuntu-24.04, macos-15-intel, windows-2022]
1212
runs-on: ${{ matrix.os }}
@@ -26,9 +26,9 @@ jobs:
2626
brew install octave
2727
fi
2828
if [[ "$RUNNER_OS" == "Windows" ]]; then
29-
curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-9.4.0-w64-64.7z --output octave_9.4.0.7z
30-
7z x octave_9.4.0.7z -ooctave -y
31-
echo "$PWD/octave/octave-9.4.0-w64-64/mingw64/bin" >> $GITHUB_PATH
29+
curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-10.3.0-w64-64.7z --output octave_10.3.0.7z
30+
7z x octave_10.3.0.7z -ooctave -y
31+
echo "$PWD/octave/octave-10.3.0-w64-64/mingw64/bin" >> $GITHUB_PATH
3232
echo "JAVA_HOME=$JAVA_HOME_11_X64" >> $GITHUB_ENV
3333
fi
3434
- name: Run octave test

0 commit comments

Comments
 (0)