Skip to content

Commit 4a9213d

Browse files
committed
reduce matrix for testing purposes
1 parent b5b55c6 commit 4a9213d

File tree

1 file changed

+5
-31
lines changed

1 file changed

+5
-31
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
runs-on: ubuntu-24.04
3434
strategy:
3535
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]
4040
steps:
4141
- uses: actions/checkout@v4
4242
- uses: julia-actions/setup-julia@v2
@@ -65,47 +65,21 @@ jobs:
6565
matrix:
6666
version:
6767
- "1.10"
68-
- "1.11"
69-
# - 'nightly'
7068
os:
7169
- 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
7970
test_group:
8071
- core
81-
- neural_networks
82-
- integration
8372
runtime:
8473
- "PJRT"
85-
- "IFRT"
8674
assertions:
8775
- false
8876
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
9478
- os: ubuntu-24.04
9579
version: "1.10"
9680
assertions: true
9781
test_group: core
9882
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"
10983
# - os: ubuntu-24.04
11084
# libReactant: packaged
11185
# version: '1.10'

0 commit comments

Comments
 (0)