File tree 2 files changed +14
-80
lines changed
2 files changed +14
-80
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: CI
2
2
on :
3
3
pull_request :
4
4
branches :
5
- - master
5
+ - main
6
6
paths-ignore :
7
7
- ' LICENSE.md'
8
8
- ' README.md'
9
9
- ' .github/workflows/TagBot.yml'
10
10
push :
11
11
tags : ' *'
12
12
branches :
13
- - master
13
+ - main
14
14
paths-ignore :
15
15
- ' LICENSE.md'
16
16
- ' README.md'
@@ -26,21 +26,29 @@ jobs:
26
26
arch :
27
27
- x64
28
28
- x86
29
+ - aarch64
29
30
exclusive :
30
31
- ' 0'
31
32
os :
32
33
- ubuntu-latest
33
- - macOS-latest
34
+ - macOS-latest # arm
34
35
- windows-latest
35
36
threads :
36
37
- ' 5'
37
38
version :
38
- - ' 1.5 '
39
- - ' 1'
39
+ - ' 1.11 '
40
+ # - '1' # Use this when julia +1 > 1.11
40
41
- ' nightly'
41
42
exclude :
43
+ # We only need macOS-latest-aarch64
44
+ - os : ubuntu-latest
45
+ julia-arch : aarch64
46
+ - os : windows-latest
47
+ julia-arch : aarch64
42
48
- os : macOS-latest
43
- arch : x86 # 32-bit Julia binaries are not available on macOS
49
+ julia-arch : x86
50
+ - os : macOS-latest
51
+ julia-arch : x64
44
52
include :
45
53
- exclusive : ' 1'
46
54
threads : ' 2'
You can’t perform that action at this time.
0 commit comments