We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a2963 commit 4ab1ffeCopy full SHA for 4ab1ffe
.github/workflows/ios.yml
@@ -6,9 +6,9 @@ jobs:
6
runs-on: ${{ matrix.runs_on }}
7
strategy:
8
matrix:
9
- # macos-latest (ATM macos-15) runs on Apple Silicon,
10
# macos-15-intel runs on Intel
11
- runs_on: [macos-latest, macos-15-intel]
+ # All others run on Apple Silicon,
+ runs_on: [macos-14, macos-latest, macos-26, macos-15-intel]
12
steps:
13
- name: Setup Python
14
uses: actions/setup-python@v6
0 commit comments