Skip to content

Commit a8ac30a

Browse files
committed
Merge branch 'R2024a' of https://github.com/mathworks/matlab-engine-for-python into R2024a
2 parents afb4816 + 521d0ca commit a8ac30a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Run tInstall on Ubuntu against python versions 3.11, 3.10 and 3.9
22

3-
name: Test R2023b
3+
name: Test R2024a
44

55
on:
66
push:
77
branches:
8-
- R2023b
8+
- R2024a
99

1010
pull_request:
1111
branches:
12-
- R2023b
12+
- R2024a
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:
@@ -32,9 +32,9 @@ jobs:
3232
python-version: ${{ matrix.python }}
3333

3434
- name: Set up MATLAB
35-
uses: matlab-actions/setup-matlab@v1
35+
uses: matlab-actions/setup-matlab@v2
3636
with:
37-
release: R2023b
37+
release: R2024a
3838

3939
- uses: actions/checkout@v3
4040

0 commit comments

Comments
 (0)