mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Fix case in macOS & iOS CI/CD workflows
This commit is contained in:
committed by
Kelson
parent
d3044b9528
commit
be279c861a
12
.github/scripts/build_definition.py
vendored
12
.github/scripts/build_definition.py
vendored
@ -30,12 +30,12 @@ BUILD_DEF = """
|
||||
| macos | native_dyn | d | d | dB | B | | | macos-x86_64-dyn |
|
||||
| macos | native_static | | | BP | BP | | macos-x86_64 | |
|
||||
| macos | native_mixed | BP | BP | | | | macos-x86_64 | |
|
||||
| macos | iOS_arm64 | dB | dB | | | | | ios-arm64-dyn |
|
||||
| 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 | dBP | dBP | d | | | macos-arm64 | macos-aarch64-dyn |
|
||||
| macos | macOS_x86_64 | B | B | | | | | |
|
||||
| macos | ios_arm64 | dB | dB | | | | | ios-arm64-dyn |
|
||||
| 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 | dBP | dBP | d | | | macos-arm64 | macos-aarch64-dyn |
|
||||
| macos | macos_x86_64 | B | B | | | | | |
|
||||
| macos | apple_all_static | | BP | | | | xcframework | |
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------
|
||||
| jammy | flatpak | | | | | BP | | |
|
||||
|
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -222,7 +222,7 @@ jobs:
|
||||
if: failure()
|
||||
run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.py
|
||||
|
||||
Macos:
|
||||
macOS:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -230,8 +230,8 @@ jobs:
|
||||
- native_dyn
|
||||
- native_static
|
||||
- native_mixed
|
||||
- macOS_arm64_static
|
||||
- macOS_arm64_mixed
|
||||
- macos_arm64_static
|
||||
- macos_arm64_mixed
|
||||
- apple_all_static
|
||||
runs-on: macos-14
|
||||
env:
|
||||
|
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -211,7 +211,7 @@ jobs:
|
||||
if: failure()
|
||||
run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.py
|
||||
|
||||
Macos:
|
||||
macOS:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -219,12 +219,12 @@ jobs:
|
||||
- native_dyn
|
||||
- native_static
|
||||
- native_mixed
|
||||
- iOS_arm64
|
||||
- iOSSimulator_x86_64
|
||||
- iOSSimulator_arm64
|
||||
- macOS_arm64_static
|
||||
- macOS_arm64_mixed
|
||||
- macOS_x86_64
|
||||
- ios_arm64
|
||||
- iossimulator_x86_64
|
||||
- iossimulator_arm64
|
||||
- macos_arm64_static
|
||||
- macos_arm64_mixed
|
||||
- macos_x86_64
|
||||
- apple_all_static
|
||||
runs-on: macos-14
|
||||
env:
|
||||
|
Reference in New Issue
Block a user