Skip to content

Commit

Permalink
attempt: x64
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Aug 14, 2024
1 parent e84b164 commit ff314d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
architecture: [x86_64, arm64] # Only applied to macOS
architecture: [x86_64] # [x86_64, arm64] # Only applied to macOS

steps:
- uses: actions/checkout@v4
Expand All @@ -74,6 +74,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Install dependencies
run: |
Expand Down

0 comments on commit ff314d6

Please sign in to comment.