File tree Expand file tree Collapse file tree 1 file changed +5
-31
lines changed Expand file tree Collapse file tree 1 file changed +5
-31
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
runs-on : ubuntu-24.04
34
34
strategy :
35
35
matrix :
36
- version : ["1.10", "1.11" ]
37
- os : [ubuntu-24.04, ubuntu-22.04-arm, macOS-latest ]
38
- runtime : ["PJRT", "IFRT" ]
39
- assertions : [false, true ]
36
+ version : ["1.10"]
37
+ os : [ubuntu-24.04]
38
+ runtime : ["PJRT"]
39
+ assertions : [false]
40
40
steps :
41
41
- uses : actions/checkout@v4
42
42
- uses : julia-actions/setup-julia@v2
@@ -65,47 +65,21 @@ jobs:
65
65
matrix :
66
66
version :
67
67
- " 1.10"
68
- - " 1.11"
69
- # - 'nightly'
70
68
os :
71
69
- ubuntu-24.04
72
- # `ubuntu-22.04-arm` is considered more stable than `ubuntu-24.04-arm`:
73
- # <https://github.com/orgs/community/discussions/148648#discussioncomment-12099554>.
74
- - ubuntu-22.04-arm
75
- # Disable `macOS-13` until
76
- # <https://github.com/EnzymeAD/Reactant.jl/issues/867> is resolved.
77
- # - macOS-13
78
- - macOS-latest
79
70
test_group :
80
71
- core
81
- - neural_networks
82
- - integration
83
72
runtime :
84
73
- " PJRT"
85
- - " IFRT"
86
74
assertions :
87
75
- false
88
76
include :
89
- - os : linux-x86-ct6e-180-4tpu
90
- version : " 1.11"
91
- assertions : false
92
- test_group : core
93
- runtime : " IFRT"
77
+ # Keep just one include for testing
94
78
- os : ubuntu-24.04
95
79
version : " 1.10"
96
80
assertions : true
97
81
test_group : core
98
82
runtime : " PJRT"
99
- - os : ubuntu-24.04
100
- version : " 1.10"
101
- assertions : true
102
- test_group : neural_networks
103
- runtime : " PJRT"
104
- - os : ubuntu-24.04
105
- version : " 1.10"
106
- assertions : true
107
- test_group : integration
108
- runtime : " PJRT"
109
83
# - os: ubuntu-24.04
110
84
# libReactant: packaged
111
85
# version: '1.10'
You can’t perform that action at this time.
0 commit comments