Skip to content

Commit e4c4bd6

Browse files
committed
fix macos failures
1 parent e20e08d commit e4c4bd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

15+
env:
16+
MACOSX_DEPLOYMENT_TARGET: '10.12'
17+
18+
defaults:
19+
run:
20+
shell: bash
21+
1522
jobs:
1623
build_sdist:
1724
name: Build & verify package
@@ -42,6 +49,7 @@ jobs:
4249
fail-fast: false
4350
permissions:
4451
attestations: write
52+
id-token: write
4553

4654
steps:
4755
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)