Skip to content

Commit

Permalink
Exclude x86 architecture from CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Aug 14, 2024
1 parent fe60334 commit 610af92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- macos-latest
- windows-latest
arch:
# - x86
- x86_64
- x86
# - x86_64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 610af92

Please sign in to comment.