|
38 | 38 | fail-fast: false |
39 | 39 | matrix: |
40 | 40 | python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] |
41 | | - os: [ubuntu-latest, macOs-latest] |
| 41 | + os: [ubuntu-latest, macos-latest] |
42 | 42 | steps: |
43 | 43 | - name: Checkout python-for-android |
44 | 44 | uses: actions/checkout@v5 |
@@ -116,9 +116,9 @@ jobs: |
116 | 116 | continue-on-error: true |
117 | 117 | strategy: |
118 | 118 | matrix: |
119 | | - # macos-latest (ATM macos-14) runs on Apple Silicon, |
120 | | - # macos-13 runs on Intel |
121 | | - runs_on: ['macos-latest', 'macos-13'] |
| 119 | + # macos-latest (ATM macos-15) runs on Apple Silicon, |
| 120 | + # macos-15-intel runs on Intel |
| 121 | + runs_on: ['macos-latest', 'macos-15-intel'] |
122 | 122 | bootstrap: |
123 | 123 | - name: sdl2 |
124 | 124 | target: testapps-with-numpy |
@@ -203,9 +203,9 @@ jobs: |
203 | 203 | strategy: |
204 | 204 | matrix: |
205 | 205 | android_arch: ["arm64-v8a", "armeabi-v7a", "x86_64", "x86"] |
206 | | - # macos-latest (ATM macos-14) runs on Apple Silicon, |
207 | | - # macos-13 runs on Intel |
208 | | - runs_on: ['macos-latest', 'macos-13'] |
| 206 | + # macos-latest (ATM macos-15) runs on Apple Silicon, |
| 207 | + # macos-15-intel runs on Intel |
| 208 | + runs_on: ['macos-latest', 'macos-15-intel'] |
209 | 209 | env: |
210 | 210 | ANDROID_HOME: ${HOME}/.android |
211 | 211 | ANDROID_SDK_ROOT: ${HOME}/.android/android-sdk |
|
0 commit comments