Skip to content

Commit 0ce1527

Browse files
committed
ci: remove iOS builds
These aren't released and haven't been tested thoroughly. macOS GitHub Actions runners slow down the CI for this project and this annoys me. The addition of 3.11 builds is going to make the situation worse. So let's just disable the iOS builds from CI to keep CI responsive.
1 parent 423295c commit 0ce1527

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/apple.yml

-24
Original file line numberDiff line numberDiff line change
@@ -114,30 +114,6 @@ jobs:
114114
- target_triple: 'x86_64-apple-darwin'
115115
py: 'cpython-3.10'
116116
optimizations: 'pgo+lto'
117-
118-
# iOS targeting mobile hardware. Can't do PGO during cross-compiles.
119-
# Can't cross-compile until Python 3.9.
120-
- target_triple: 'aarch64-apple-ios'
121-
py: 'cpython-3.9'
122-
optimizations: 'debug'
123-
- target_triple: 'aarch64-apple-ios'
124-
py: 'cpython-3.9'
125-
optimizations: 'noopt'
126-
- target_triple: 'aarch64-apple-ios'
127-
py: 'cpython-3.9'
128-
optimizations: 'lto'
129-
130-
# iOS targeting simulator. Can't do PGO during cross-compiles.
131-
# Can't cross-compile until Python 3.9.
132-
- target_triple: 'x86_64-apple-ios'
133-
py: 'cpython-3.9'
134-
optimizations: 'debug'
135-
- target_triple: 'x86_64-apple-ios'
136-
py: 'cpython-3.9'
137-
optimizations: 'noopt'
138-
- target_triple: 'x86_64-apple-ios'
139-
py: 'cpython-3.9'
140-
optimizations: 'lto'
141117
needs:
142118
- pythonbuild
143119
runs-on: 'macos-11'

0 commit comments

Comments
 (0)