Skip to content

Commit 552a3cb

Browse files
authored
Update main.yml
1 parent e9295e7 commit 552a3cb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ on: [push]
33
jobs:
44
my-job:
55
name: Run MATLAB Script
6-
runs-on: ubuntu-latest
6+
runs-on: windows-latest
77
steps:
88
- name: Check out repository
99
uses: actions/checkout@v4
1010
- name: Set up MATLAB
1111
uses: matlab-actions/setup-matlab@v2
12-
with:
13-
release: R2024b
1412
- name: Run script
1513
uses: matlab-actions/run-command@v2
1614
with:
17-
command: matlabroot, version
15+
command: matlabroot, ver
1816
# name: Build and Test
1917
# on: [push]
2018

0 commit comments

Comments
 (0)