We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c6dd9 commit 24b925fCopy full SHA for 24b925f
.github/workflows/ci.yml
@@ -41,12 +41,14 @@ jobs:
41
steps:
42
43
- name: Check out repository
44
+ using: 'node20'
45
uses: actions/checkout@v3
46
47
- name: Setup MATLAB
48
49
uses: matlab-actions/setup-matlab@v1
50
with:
- release: R2023a
51
+ release: R2023b
52
53
- name: Run tests
54
uses: matlab-actions/run-command@v1
@@ -67,7 +69,7 @@ jobs:
67
69
68
70
71
72
73
74
75
0 commit comments