Skip to content

Commit a40bbd0

Browse files
authored
Update matlabact.yml
1 parent 64b4c9a commit a40bbd0

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/matlabact.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Run MATLAB Build & Test
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest, macos-13]
11+
os: [ubuntu-latest]
1212
release: [R2024a, latest-including-prerelease]
1313

1414
runs-on: ${{ matrix.os }}
@@ -29,31 +29,31 @@ jobs:
2929
with:
3030
tasks: check test
3131

32-
deploy:
33-
# This job executes only after a successful completion of 'mex-and-unittests' job
34-
needs: check_test
32+
# deploy:
33+
# # This job executes only after a successful completion of 'mex-and-unittests' job
34+
# needs: check_test
3535

36-
name: Generate Deploy Artifacts
37-
strategy:
38-
matrix:
39-
os: [ubuntu-latest, windows-latest]
40-
runs-on: ${{ matrix.os }}
41-
steps:
42-
- name: Check out repository
43-
uses: actions/checkout@v4
44-
- name: Install MATLAB
45-
uses: matlab-actions/setup-matlab@v2
46-
with:
47-
products: MATLAB_Compiler
48-
release: R2024a
49-
- name: Run build
50-
uses: matlab-actions/run-build@v2
51-
with:
52-
tasks: pcode deploy
53-
- name: Upload artifact
54-
uses: actions/upload-artifact@v4
55-
with:
56-
name: app-${{ matrix.os }}
57-
path: ./*standalone*/*timestable*
36+
# name: Generate Deploy Artifacts
37+
# strategy:
38+
# matrix:
39+
# os: [ubuntu-latest, windows-latest]
40+
# runs-on: ${{ matrix.os }}
41+
# steps:
42+
# - name: Check out repository
43+
# uses: actions/checkout@v4
44+
# - name: Install MATLAB
45+
# uses: matlab-actions/setup-matlab@v2
46+
# with:
47+
# products: MATLAB_Compiler
48+
# release: R2024a
49+
# - name: Run build
50+
# uses: matlab-actions/run-build@v2
51+
# with:
52+
# tasks: pcode deploy
53+
# - name: Upload artifact
54+
# uses: actions/upload-artifact@v4
55+
# with:
56+
# name: app-${{ matrix.os }}
57+
# path: ./*standalone*/*timestable*
5858

5959

0 commit comments

Comments
 (0)