We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcba11 commit 787571dCopy full SHA for 787571d
.github/workflows/Tests.yml
@@ -48,12 +48,8 @@ jobs:
48
- 1
49
- 2
50
exclude:
51
- # With Windows and macOS, only run Julia 1.7, x64, 2 threads. We just want to see
+ # With Windows and macOS, only run x64, 2 threads. We just want to see
52
# some combination work on OSes other than Ubuntu.
53
- - os: windows-latest
54
- version: '1'
55
- - os: macOS-latest
56
57
- os: windows-latest
58
arch: x86
59
- os: macOS-latest
@@ -62,9 +58,7 @@ jobs:
62
num_threads: 1
63
64
60
65
- # It's sufficient to test x86 with one version of Julia and one thread.
66
- - version: '1'
67
- arch: x86
61
+ # It's sufficient to test x86 with one thread.
68
- num_threads: 2
69
70
0 commit comments