Skip to content

Commit 8576e73

Browse files
author
Jay Dhameliya
committed
macos-15-intel
1 parent b0716c5 commit 8576e73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-15-intel]
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-15-intel]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 3 additions & 3 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-latest
63+
runs-on: macos-15-intel
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-latest
138+
runs-on: macos-15-intel
139139
strategy:
140140
fail-fast: false
141141
matrix:
@@ -209,7 +209,7 @@ jobs:
209209
test-ui-macos:
210210
name: UI Test ${{ matrix.version }}-macos
211211
needs: build-macos
212-
runs-on: macos-latest
212+
runs-on: macos-15-intel
213213
strategy:
214214
fail-fast: false
215215
matrix:

0 commit comments

Comments
 (0)