Skip to content

Commit 41e5f16

Browse files
authored
macos-13 --> macos-15-intel
Updated macOS version references in the workflow to reflect changes in the GitHub Actions environment.
1 parent 608c29e commit 41e5f16

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/push.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
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]
4242
steps:
4343
- name: Checkout python-for-android
4444
uses: actions/checkout@v5
@@ -116,9 +116,9 @@ jobs:
116116
continue-on-error: true
117117
strategy:
118118
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']
122122
bootstrap:
123123
- name: sdl2
124124
target: testapps-with-numpy
@@ -203,9 +203,9 @@ jobs:
203203
strategy:
204204
matrix:
205205
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']
209209
env:
210210
ANDROID_HOME: ${HOME}/.android
211211
ANDROID_SDK_ROOT: ${HOME}/.android/android-sdk

0 commit comments

Comments
 (0)