Skip to content

Commit ddb8c5b

Browse files
authored
Disable Windows 32 bits in CI
1 parent b70776d commit ddb8c5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/GitHubCI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
- os: windows-latest
6767
arch: x64
6868
version: 1
69-
- os: windows-latest
70-
arch: x86
71-
version: 1
69+
# - os: windows-latest
70+
# arch: x86 # TODO fix tests for x86
71+
# version: 1
7272
steps:
7373
- uses: actions/checkout@v4
7474
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)