Merge pull request #689 from kiwix/ci-apple-silicon

This commit is contained in:
Matthieu Gautier 2024-04-12 13:13:36 +02:00 committed by GitHub
commit a2cb517edb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ BUILD_DEF = """
| macos | iOSSimulator_x86_64| dB | dB | | | | | ios-x86_64-dyn |
| macos | iOSSimulator_arm64 | B | B | | | | | |
| macos | macOS_arm64_static | | | BP | BP | | macos-arm64 | |
| macos | macOS_arm64_mixed | BP | BP | | | | macos-arm64 | |
| macos | macOS_arm64_mixed | dBP | dBP | d | | | macos-arm64 | macos-aarch64-dyn |
| macos | macOS_x86_64 | B | B | | | | | |
| macos | apple_all_static | | BP | | | | xcframework | |
----------------------------------------------------------------------------------------------------------------------------------------------

View File

@ -163,10 +163,10 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
- name: Checkout code
uses: actions/checkout@v3
- name: Setup python 3.8
- name: Setup python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.8'
python-version: '3.10'
- name: Install packages
run:
brew install pkg-config ninja automake autoconf