Skip to content

Commit f989c67

Browse files
committed
[ci] use octave 9.4 for windows test, add macos-14
1 parent d21920a commit f989c67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
octave_test:
77
name: Octave tests
88
strategy:
9-
# provided octave versions: ubuntu-22.04 = 8.4, ubuntu-24.04 = 8.4, macos-15-intel = 9.2, windows-2022 = 7.3
9+
# provided octave versions: ubuntu-22.04 = 6.4, ubuntu-24.04 = 8.4, macos-15-intel = 10.3, windows-2022 = 9.4
1010
matrix:
11-
os: [ubuntu-22.04, ubuntu-24.04, macos-15-intel, windows-2022]
11+
os: [ubuntu-22.04, ubuntu-24.04, macos-15-intel, macos-14, windows-2022]
1212
runs-on: ${{ matrix.os }}
1313
defaults:
1414
run:
@@ -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-7.3.0-w64-64.7z --output octave_7.3.0.7z
30-
7z x octave_7.3.0.7z -ooctave -y
31-
echo "$PWD/octave/octave-7.3.0-w64-64/mingw64/bin" >> $GITHUB_PATH
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
3232
fi
3333
- name: Run octave test
3434
env:

0 commit comments

Comments
 (0)