Skip to content

Commit

Permalink
Exclude build for macos-x86_64 on macos-14.
Browse files Browse the repository at this point in the history
This is crosscompilation and the deps have been build using native compilation
(from macos-13). So there is no meson crossfile in deps archive.
  • Loading branch information
mgautierfr committed Apr 12, 2024
1 parent 8a1b5d9 commit e9018d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e9018d3

Please sign in to comment.