Skip to content

Commit 29bd01a

Browse files
authored
Merge pull request #210 from mathworks/jdhameli-debugger-tests
Revert to 'macos-13'
2 parents ac1af94 + f69931d commit 29bd01a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version: [R2021b, R2022a, R2022b, latest]
21-
os: [windows-latest, ubuntu-latest, macos-latest]
21+
os: [windows-latest, ubuntu-latest, macos-13]
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version: [R2021b, R2022a, R2022b, latest]
22-
os: [windows-latest, ubuntu-latest, macos-latest]
22+
os: [windows-latest, ubuntu-latest, macos-13]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version: [R2021b, R2022a, R2022b, latest]
22-
os: [windows-latest, ubuntu-latest, macos-latest]
22+
os: [windows-latest, ubuntu-latest, macos-13]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)