Skip to content

Commit

Permalink
Change macos dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingyong committed Apr 12, 2023
1 parent 7643391 commit 8c17373
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build_xenorig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022, ubuntu-20.04, macos-13]
os: [windows-2022, ubuntu-20.04, macos-11]
arch: [x64, x86, arm, arm64]
exclude:
- os: windows-2022
Expand All @@ -44,11 +44,11 @@ jobs:
arch: arm64
- os: ubuntu-20.04
arch: x86
- os: macos-13
- os: macos-11
arch: x86
- os: macos-13
- os: macos-11
arch: arm
- os: macos-13
- os: macos-11
arch: arm64
include:
- os: windows-2022
Expand Down Expand Up @@ -126,12 +126,10 @@ jobs:
Xenorig:
arch: linux-arm64

- os: macos-13
- os: macos-11
arch: x64
install: >-
cmake
ninja
llvm
output_folder: Xenorig-osx-x64
Xenorig_native:
configure_preset: osx-x64
Expand Down

0 comments on commit 8c17373

Please sign in to comment.