Skip to content

Commit

Permalink
Merge branch 'onnx:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
andife authored Jul 20, 2024
2 parents 6e076ee + 453aa2f commit 882778e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ on: # Specifies the event triggering the workflow
required: true
type: string

# Use MACOSX_DEPLOYMENT_TARGET=11.0 to produce compatible wheel
# Use MACOSX_DEPLOYMENT_TARGET=12.0 to produce compatible wheel
env:
MACOSX_DEPLOYMENT_TARGET: 11.0
MACOSX_DEPLOYMENT_TARGET: "12.0"

permissions:
contents: read
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
test:
needs: build
runs-on: macos-latest
runs-on: ${{ (matrix.target-architecture == 'x86_64') && 'macos-12' || 'macos-14' }}
strategy:
matrix:
python-version: ['3.10'] # ['3.8', '3.9', '3.10', '3.11', '3.12']
Expand Down

0 comments on commit 882778e

Please sign in to comment.