Skip to content

Commit b6c1385

Browse files
committed
disable 32-bit tests on linux, until we figure out the problem with it
1 parent d0c3573 commit b6c1385

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- os: linux
1616
cpu: amd64
1717
nim_branch: version-1-4
18-
- os: linux
19-
cpu: i386
20-
nim_branch: devel
21-
- os: linux
22-
cpu: i386
23-
nim_branch: version-1-4
18+
# - os: linux
19+
# cpu: i386
20+
# nim_branch: devel
21+
# - os: linux
22+
# cpu: i386
23+
# nim_branch: version-1-4
2424
- os: macos
2525
cpu: amd64
2626
nim_branch: devel

0 commit comments

Comments
 (0)