Skip to content

Commit

Permalink
fix 3.6.0 release compiled problem
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Feb 19, 2024
1 parent e443e60 commit 5444053
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
compile_macOS_release:
name: upload standard binary of macOS
runs-on: macos-12
runs-on: macos-14
# runs-on: self-hosted-mac
# if: startsWith(github.ref,'v2')
steps:
Expand Down Expand Up @@ -254,7 +254,6 @@ jobs:
- name: Build for Arm
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
. /opt/rh/devtoolset-10/enable
. /opt/rh/rh-perl530/enable
export LIBCLANG_PATH=/opt/rh/llvm-toolset-7.0/root/lib64/
. /opt/rh/llvm-toolset-7.0/enable
Expand Down

0 comments on commit 5444053

Please sign in to comment.