Skip to content

Commit 8392b54

Browse files
committed
[ci] update retired github runners
1 parent 9109de9 commit 8392b54

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
# 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-13, windows-2019]
11+
os: [ubuntu-22.04, ubuntu-24.04, macos-13, windows-2022]
1212
runs-on: ${{ matrix.os }}
1313
defaults:
1414
run:
@@ -40,22 +40,22 @@ jobs:
4040
name: MATLAB test
4141
strategy:
4242
matrix:
43-
os: [ubuntu-20.04, macos-13, windows-2019]
43+
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
4444
runs-on: ${{ matrix.os }}
4545
steps:
4646
- name: Checkout repo
4747
uses: actions/checkout@v3
4848
with:
4949
submodules: 'recursive'
5050
- name: Set up MATLAB
51-
uses: matlab-actions/setup-matlab@v1
51+
uses: matlab-actions/setup-matlab@v2
5252
with:
5353
release: R2022a
5454
- name: Run MATLAB test
55-
uses: matlab-actions/run-command@v1
55+
uses: matlab-actions/run-command@v2
5656
with:
5757
command: addpath(pwd);cd test;run_jsonlab_test
5858
- name: Run MATLAB examples
59-
uses: matlab-actions/run-command@v1
59+
uses: matlab-actions/run-command@v2
6060
with:
6161
command: addpath(pwd);cd examples; demo_jsonlab_basic; jsonlab_selftest

0 commit comments

Comments
 (0)