Skip to content

Commit 8d9849b

Browse files
FeodorFitsnerCreeper19472
authored andcommitted
Enable macOS build job in AppVeyor config
Uncommented the job for building Python for iOS and macOS using the macos-sonoma worker image. The Linux build job was commented out, shifting focus to macOS builds.
1 parent 1285733 commit 8d9849b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.appveyor.yml.archived

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ environment:
99
secure: 9SKIwc3VSfYJ5IChvNR74gtHacdLajprqIHsTkW2XMxUeJmqkxkATIyHlfClLEwNSHys4zS9OqmbaooO5YvuDzHsZKIIHXUuTJst06jylGkUWhFC3hozkRUoet9ZaTZZ
1010

1111
matrix:
12-
# - job_name: Build Python for iOS and macOS
13-
# APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
12+
- job_name: Build Python for iOS and macOS
13+
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
1414

1515
# - job_name: Build Python for Android
1616
# APPVEYOR_BUILD_WORKER_IMAGE: ubuntu-gce-c
1717
# NDK_VERSION: r27
1818

19-
- job_name: Build Python for Linux
20-
APPVEYOR_BUILD_WORKER_IMAGE: ubuntu-gce-c
21-
PYTHON_DIST_RELEASE: 20250205
19+
# - job_name: Build Python for Linux
20+
# APPVEYOR_BUILD_WORKER_IMAGE: ubuntu-gce-c
21+
# PYTHON_DIST_RELEASE: 20250205
2222

2323
# - job_name: Build Python for Windows
2424
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022

0 commit comments

Comments
 (0)