Skip to content

Commit b286498

Browse files
committed
Temporary fix for x86 tests
1 parent 07fa957 commit b286498

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/GitHubCI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
version:
53-
- 'lts'
54-
- '1'
55-
- 'pre'
53+
- "lts"
54+
- "1"
55+
- "pre"
5656
os:
5757
- ubuntu-latest
5858
arch:
5959
- x64
60-
- x86
60+
# - x86 # TODO fix tests for x86
6161
include:
6262
# test macOS and Windows with latest Julia only
6363
- os: macOS-latest

0 commit comments

Comments
 (0)