Skip to content

Commit 4ab1ffe

Browse files
authored
runs_on: [macos-14, macos-latest, macos-26, macos-15-intel]
1 parent 20a2963 commit 4ab1ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ${{ matrix.runs_on }}
77
strategy:
88
matrix:
9-
# macos-latest (ATM macos-15) runs on Apple Silicon,
109
# macos-15-intel runs on Intel
11-
runs_on: [macos-latest, macos-15-intel]
10+
# All others run on Apple Silicon,
11+
runs_on: [macos-14, macos-latest, macos-26, macos-15-intel]
1212
steps:
1313
- name: Setup Python
1414
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)