Skip to content

Commit 0dbf6a0

Browse files
committed
ci: build x86_64-apple-ios
We forgot the exclusion on the Python version, so all builds were being dropped.
1 parent 273dc30 commit 0dbf6a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
- triple: 'aarch64-apple-ios'
137137
py: 'cpython-3.8'
138138
- triple: 'x86_64-apple-ios'
139+
py: 'cpython-3.8'
139140
# PGO doesn't work when cross-compiling. Goal with following
140141
# rules is to disable PGO when cross-compiling and disable noopt
141142
# for host builds (since PGO is superior).

0 commit comments

Comments
 (0)