Skip to content

Commit

Permalink
Disable Windows 32 bits in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Aug 19, 2024
1 parent b70776d commit ddb8c5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/GitHubCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
- os: windows-latest
arch: x64
version: 1
- os: windows-latest
arch: x86
version: 1
# - os: windows-latest
# arch: x86 # TODO fix tests for x86
# version: 1
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

1 comment on commit ddb8c5b

@blegat
Copy link
Collaborator Author

@blegat blegat commented on ddb8c5b Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.