Skip to content

Commit 85b5141

Browse files
committed
[ci] drop macos octave test again
1 parent cc41156 commit 85b5141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
# provided octave versions: ubuntu-20.04 = 5.2, ubuntu-22.04 = 6.4, macos-12 = 8.1, windows-2019 = 7.3
1010
matrix:
11-
os: [ubuntu-20.04, ubuntu-22.04, macos-13, windows-2019]
11+
os: [ubuntu-20.04, ubuntu-22.04, windows-2019]
1212
runs-on: ${{ matrix.os }}
1313
defaults:
1414
run:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run octave test
3737
run: |
3838
octave-cli --version
39-
octave-cli --eval "addpath(pwd);cd sample; disp(graphics_toolkit); tic; demo_vol2mesh_ex1; toc; demo_vol2mesh_ex1b; demo_vol2mesh_ex1c"
39+
octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex1; toc; demo_vol2mesh_ex1b; demo_vol2mesh_ex1c"
4040
octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex2; toc"
4141
octave-cli --eval "addpath(pwd);cd sample; tic; demo_surf2mesh_ex1; toc"
4242
octave-cli --eval "addpath(pwd);cd sample; tic; demo_directplc_ex1; toc"

0 commit comments

Comments
 (0)