1 parent e9295e7 commit 552a3cbCopy full SHA for 552a3cb
1 file changed
.github/workflows/main.yml
@@ -3,18 +3,16 @@ on: [push]
3
jobs:
4
my-job:
5
name: Run MATLAB Script
6
- runs-on: ubuntu-latest
+ runs-on: windows-latest
7
steps:
8
- name: Check out repository
9
uses: actions/checkout@v4
10
- name: Set up MATLAB
11
uses: matlab-actions/setup-matlab@v2
12
- with:
13
- release: R2024b
14
- name: Run script
15
uses: matlab-actions/run-command@v2
16
with:
17
- command: matlabroot, version
+ command: matlabroot, ver
18
# name: Build and Test
19
# on: [push]
20
0 commit comments