Skip to content

Commit a98b005

Browse files
committed
[ci] install gnuplot, retest macos-13 runner
1 parent 85b5141 commit a98b005

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run_test.yml

Lines changed: 3 additions & 2 deletions
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, windows-2019]
11+
os: [ubuntu-20.04, ubuntu-22.04, macos-13, windows-2019]
1212
runs-on: ${{ matrix.os }}
1313
defaults:
1414
run:
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
[[ "$RUNNER_OS" == "Linux" ]] && sudo apt-get update && sudo apt-get install -y octave cmake libcgal-dev libsuperlu-dev libsuitesparse-dev libgmp-dev libtbb-dev octave-image
2525
if [[ "$RUNNER_OS" == "macOS" ]]; then
26+
brew install gnuplot
2627
brew install octave
2728
fi
2829
if [[ "$RUNNER_OS" == "Windows" ]]; then
@@ -36,7 +37,7 @@ jobs:
3637
- name: Run octave test
3738
run: |
3839
octave-cli --version
39-
octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex1; toc; demo_vol2mesh_ex1b; demo_vol2mesh_ex1c"
40+
octave-cli --eval "addpath(pwd);cd sample; disp(graphics_toolkit); tic; demo_vol2mesh_ex1; toc; demo_vol2mesh_ex1b; demo_vol2mesh_ex1c"
4041
octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex2; toc"
4142
octave-cli --eval "addpath(pwd);cd sample; tic; demo_surf2mesh_ex1; toc"
4243
octave-cli --eval "addpath(pwd);cd sample; tic; demo_directplc_ex1; toc"

0 commit comments

Comments
 (0)