Skip to content

Commit

Permalink
Remove armv7 and i386 iOS builds from GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Dec 8, 2024
1 parent 2f35d6f commit 0d90578
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@ jobs:
strategy:
matrix:
include:
- name: iOS armv7
cmakearch: armv7
cmakesysroot: iphoneos
- name: iOS arm64
cmakearch: arm64
cmakesysroot: iphoneos
# - name: iOS i386
# cmakearch: i386
# cmakesysroot: iphonesimulator
- name: iOS x86_64
cmakearch: x86_64
cmakesysroot: iphonesimulator
Expand Down

0 comments on commit 0d90578

Please sign in to comment.