Skip to content

Commit 787571d

Browse files
committed
Prune test combinations
1 parent 9dcba11 commit 787571d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,8 @@ jobs:
4848
- 1
4949
- 2
5050
exclude:
51-
# With Windows and macOS, only run Julia 1.7, x64, 2 threads. We just want to see
51+
# With Windows and macOS, only run x64, 2 threads. We just want to see
5252
# some combination work on OSes other than Ubuntu.
53-
- os: windows-latest
54-
version: '1'
55-
- os: macOS-latest
56-
version: '1'
5753
- os: windows-latest
5854
arch: x86
5955
- os: macOS-latest
@@ -62,9 +58,7 @@ jobs:
6258
num_threads: 1
6359
- os: macOS-latest
6460
num_threads: 1
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.
6862
- num_threads: 2
6963
arch: x86
7064

0 commit comments

Comments
 (0)