Skip to content

Commit

Permalink
fix supported architectures for julia-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnzl-777 committed Dec 14, 2023
1 parent 63cc767 commit f4bdbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# - windows-latest
arch:
- x86
- x86_64
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit f4bdbc9

Please sign in to comment.