Skip to content

Commit 9c25819

Browse files
committed
2 parents 1e496f3 + ee3bc80 commit 9c25819

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/runtests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
julia-version: ['1', 'nightly']
1717
julia-arch: [x64, x86]
1818
os: [ubuntu-latest, windows-latest]
19+
exclude:
20+
- os: ubuntu-latest
21+
julia-version: 'nightly'
22+
julia-arch: x64
23+
- os: ubuntu-latest
24+
julia-version: 'nightly'
25+
julia-arch: x86
1926
include:
2027
- os: macOS-latest
2128
julia-version: 'nightly'

0 commit comments

Comments
 (0)