Skip to content

Commit

Permalink
update release build os version
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Aug 23, 2022
1 parent 8aa1900 commit c2d7e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
compile_macOS_release:
name: upload standard binary of macOS
runs-on: macos-latest
runs-on: macos-12
# if: startsWith(github.ref,'v2')
steps:
- uses: actions/checkout@v2
Expand All @@ -25,7 +25,7 @@ jobs:
- name: install macOS dependencies
run: brew install ccache libomp gmp
- name: configure
run: export SDKROOT=$(xcrun --sdk macosx --show-sdk-path) && CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake . -DCMAKE_BUILD_TYPE=Release -DTEST=ON -DBUILD_STATIC=ON
run: export SDKROOT=$(xcrun --sdk macosx --show-sdk-path) && CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON
- name: compile
run: make -j2 && make tar
- name: tar BcosBuilder
Expand Down

0 comments on commit c2d7e8b

Please sign in to comment.