Skip to content

Commit

Permalink
Merge branch 'cxx-support-to-c' of https://github.com/epam/DFP into c…
Browse files Browse the repository at this point in the history
…xx-support-to-c
  • Loading branch information
agdavydov81 committed Oct 20, 2023
2 parents 4ac5c2f + 5e1b822 commit 60e60ac
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
retention-days: 7

build-native-macos:
runs-on: ubuntu-20.04
runs-on: macos-12
needs: [build-wrappers]
steps:
- uses: actions/checkout@v3
Expand All @@ -99,13 +99,6 @@ jobs:
name: build-wrappers
- name: build
run: |
sudo apt update
sudo apt install clang make libssl-dev liblzma-dev libxml2-dev fuse
cd ./osxcross/tarballs/
wget https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz
cd ..
UNATTENDED=yes OSX_VERSION_MIN=10.7 JOBS=4 ./build.sh
cd ..
./gradlew makeNativeDarwin
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 60e60ac

Please sign in to comment.