Skip to content

Commit

Permalink
mac: use macOS 11 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Aug 4, 2023
1 parent 5106b15 commit c78c4c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ jobs:
build-mac:
name: Build macOS automake x64
runs-on: macos-11
env:
MACOSX_DEPLOYMENT_TARGET: "10.15"
steps:
- name: download and extract
run: |
curl --output xerces-c-3.2.4.tar.gz https://dlcdn.apache.org/xerces/c/3/sources/xerces-c-3.2.4.tar.gz
tar xf xerces-c-3.2.4.tar.gz
- name: build
run: |
sudo xcode-select -s /Applications/Xcode_12.4.app
cd xerces-c-3.2.4
./configure --disable-network --enable-transcoder-macosunicodeconverter --enable-xmlch-char16_t --enable-mutexmgr-standard CFLAGS="-arch x86_64 -arch arm64" CXXFLAGS="-arch x86_64 -arch arm64"
make -j4
Expand Down

0 comments on commit c78c4c2

Please sign in to comment.