Skip to content

Commit

Permalink
Move setting of env var to matrix/include
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Sep 3, 2024
1 parent 5d379aa commit f115bb5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
os: [macos-12]
toolchain:
- {compiler: gcc, version: 12}

include:
- os: macos-12
env:
MACOSX_DEPLOYMENT_TARGET: "12.0"

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -36,8 +40,8 @@ jobs:

- name: Build wheels
uses: pypa/[email protected]
env:
MACOSX_DEPLOYMENT_TARGET: "12.0"
# env:
# MACOSX_DEPLOYMENT_TARGET: "12.0"

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f115bb5

Please sign in to comment.