Skip to content

Commit

Permalink
fix architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 committed Jan 26, 2025
1 parent f87dea1 commit dc2b3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
architecture: ['x86', 'arm64']
architecture: ['x64', 'arm64']

steps:
- name: Checkout code
Expand Down

0 comments on commit dc2b3ae

Please sign in to comment.