Skip to content

Commit fea26cd

Browse files
committed
[ci] replace macos-12 by macos-13 runner
1 parent 7305bba commit fea26cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_test.yml

Lines changed: 3 additions & 3 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-20.04 = 5.2, ubuntu-22.04 = 6.4, macos-12 = 8.1, windows-2019 = 7.3
9+
# provided octave versions: ubuntu-20.04 = 5.2, ubuntu-22.04 = 6.4, macos-13 = 8.1, windows-2019 = 7.3
1010
matrix:
11-
os: [ubuntu-20.04, ubuntu-22.04, macos-12, windows-2019]
11+
os: [ubuntu-20.04, ubuntu-22.04, macos-13, windows-2019]
1212
runs-on: ${{ matrix.os }}
1313
defaults:
1414
run:
@@ -40,7 +40,7 @@ jobs:
4040
name: MATLAB test
4141
strategy:
4242
matrix:
43-
os: [ubuntu-20.04, macos-12, windows-2019]
43+
os: [ubuntu-20.04, macos-13, windows-2019]
4444
runs-on: ${{ matrix.os }}
4545
steps:
4646
- name: Checkout repo

0 commit comments

Comments
 (0)