Skip to content

Commit d19eb96

Browse files
committed
Bump CI versions for GH and python
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
1 parent 3649d0e commit d19eb96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up MATLAB
2525
uses: matlab-actions/setup-matlab@v2
2626
with:
27-
release: R2023b
27+
release: R2025b
2828
- name: Compile Toolbox
2929
uses: matlab-actions/run-command@v2
3030
with:

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
submodules: recursive
13-
- name: Set up Python 3.7
13+
- name: Set up Python 3.10
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.x
16+
python-version: 3.10
1717

1818
- name: Install dependencies
1919
run: |

0 commit comments

Comments
 (0)