There was an error while loading. Please reload this page.
1 parent be37af7 commit 9587e12Copy full SHA for 9587e12
1 file changed
.github/workflows/bat.yml
@@ -15,16 +15,16 @@ jobs:
15
- os: macos-latest
16
steps:
17
- uses: actions/checkout@v6
18
- - uses: matlab-actions/setup-matlab@v2
+ - uses: matlab-actions/setup-matlab@v3
19
with:
20
release: latest-including-prerelease
21
- - uses: matlab-actions/run-tests@v2
+ - uses: matlab-actions/run-tests@v3
22
23
source-folder: plugins
24
25
bat:
26
name: Build and Test
27
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
28
29
30
- uses: actions/setup-node@v6
0 commit comments