Skip to content

Commit b0716c5

Browse files
author
Jay Dhameliya
committed
macos-latest
1 parent 201c790 commit b0716c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-13]
21+
os: [windows-latest, ubuntu-latest, macos-latest]
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-13]
22+
os: [windows-latest, ubuntu-latest, macos-latest]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
build-macos:
6262
name: build-macos
63-
runs-on: macos-13
63+
runs-on: macos-latest
6464
steps:
6565
- *checkout
6666
- *setup-node
@@ -135,7 +135,7 @@ jobs:
135135
test-smoke-macos:
136136
name: Smoke Test ${{ matrix.version }}-macos
137137
needs: build-macos
138-
runs-on: macos-13
138+
runs-on: macos-latest
139139
strategy:
140140
fail-fast: false
141141
matrix:

0 commit comments

Comments
 (0)