Skip to content

Commit

Permalink
Try to handle all native on m build
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbecker committed Nov 15, 2024
1 parent ee909bd commit 97fc243
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
# macos-13-xcode-14-arm64,
macos-13-xcode-15-x86_64,
# macos-13-xcode-15-arm64,
macos-14-xcode-16-x86_64
# macos-14-xcode-16-arm64
# macos-14-xcode-16-x86_64
macos-14-xcode-16-arm64
]
config: [Debug, Release]
include:
Expand Down Expand Up @@ -48,17 +48,17 @@ jobs:
# version: "15.2"
# architecture: arm64

- name: macos-14-xcode-16-x86_64
os: macos-14
compiler: xcode
version: "15.4"
architecture: x86_64

# - name: macos-14-xcode-16-arm64
# - name: macos-14-xcode-16-x86_64
# os: macos-14
# compiler: xcode
# version: "15.4"
# architecture: arm64
# architecture: x86_64

- name: macos-14-xcode-16-arm64
os: macos-14
compiler: xcode
version: "15.4"
architecture: arm64

steps:
- uses: actions/checkout@v4
Expand All @@ -67,8 +67,8 @@ jobs:
run: |
brew install ninja
brew install doxygen graphviz
arch -${{matrix.architecture}} brew install icu4c
arch -${{matrix.architecture}} brew install sqlite
brew install icu4c
brew install sqlite
if [ "${{matrix.compiler}}" = "xcode" ]; then
ls -ls /Applications/
Expand All @@ -77,8 +77,6 @@ jobs:
echo "CXX=clang++" >> $GITHUB_ENV
fi
brew --prefix sqlite
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build

Expand Down

0 comments on commit 97fc243

Please sign in to comment.