From e9018d32439dcb76da2dd9fc9791de29b30574bc Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 12 Apr 2024 11:17:53 +0200 Subject: [PATCH] Exclude build for macos-x86_64 on macos-14. This is crosscompilation and the deps have been build using native compilation (from macos-13). So there is no meson crossfile in deps archive. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96bcdbb4..bc89244d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,9 @@ jobs: - target: ios-x86_64-dyn arch_name: x86-apple-ios-simulator run_test: false + exclude: + - target: macos-x86_64-dyn + os: macos-14 runs-on: ${{ matrix.os }} steps: