Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Mar 27, 2024
1 parent 794c0a1 commit 5677c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
matrix:
python-version: ['3.10', '3.11', '3.12']
os: [macos-14]
env:
ARCHFLAGS: '-arch arm64'
_PYTHON_HOST_PLATFORM: 'macosx-11.0-arm64'
env:
ARCHFLAGS: '-arch arm64'
_PYTHON_HOST_PLATFORM: 'macosx-11.0-arm64'

steps:
- name: Checkout repository
Expand Down

0 comments on commit 5677c63

Please sign in to comment.