mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-12-23 14:38:01 -05:00
Use macos-15 in CI
This commit is contained in:
committed by
Kelson
parent
d0fb8214c3
commit
2b8927e66e
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -11,23 +11,25 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
|
||||||
- macos-14
|
|
||||||
target:
|
target:
|
||||||
|
- macos-aarch64-dyn
|
||||||
- macos-x86_64-dyn
|
- macos-x86_64-dyn
|
||||||
- ios-arm64-dyn
|
- ios-arm64-dyn
|
||||||
- ios-x86_64-dyn
|
- ios-x86_64-dyn
|
||||||
include:
|
include:
|
||||||
|
- target: macos-aarch64-dyn
|
||||||
|
arch_name: arm64-apple-macos
|
||||||
|
run_test: true
|
||||||
- target: macos-x86_64-dyn
|
- target: macos-x86_64-dyn
|
||||||
arch_name: x86_64-apple-darwin
|
arch_name: x86_64-apple-darwin
|
||||||
run_test: true
|
run_test: true
|
||||||
- target: ios-arm64-dyn
|
- target: ios-arm64-dyn
|
||||||
arch_name: aarch64-apple-ios
|
arch_name: aarch64-apple-ios
|
||||||
run_test: true
|
run_test: false
|
||||||
- target: ios-x86_64-dyn
|
- target: ios-x86_64-dyn
|
||||||
arch_name: x86-apple-ios-simulator
|
arch_name: x86-apple-ios-simulator
|
||||||
run_test: true
|
run_test: false
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: macos-15
|
||||||
|
|
||||||
env:
|
env:
|
||||||
HOME: /Users/runner
|
HOME: /Users/runner
|
||||||
|
|||||||
Reference in New Issue
Block a user