Skip to content

Commit 9587e12

Browse files
committed
update workflow
1 parent be37af7 commit 9587e12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
- os: macos-latest
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: matlab-actions/setup-matlab@v2
18+
- uses: matlab-actions/setup-matlab@v3
1919
with:
2020
release: latest-including-prerelease
21-
- uses: matlab-actions/run-tests@v2
21+
- uses: matlab-actions/run-tests@v3
2222
with:
2323
source-folder: plugins
2424

2525
bat:
2626
name: Build and Test
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- uses: actions/checkout@v6
3030
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)