Skip to content

Commit cbcf366

Browse files
committed
[CI] Use debug build for x86_64 macOS jobs
1 parent 93f1c2a commit cbcf366

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

.github/workflows/CI.yml

-30
Original file line numberDiff line numberDiff line change
@@ -41,43 +41,13 @@ jobs:
4141
- '1.11'
4242
# - 'nightly'
4343
os:
44-
- ubuntu-24.04
45-
# `ubuntu-22.04-arm` is considered more stable than `ubuntu-24.04-arm`:
46-
# <https://github.com/orgs/community/discussions/148648#discussioncomment-12099554>.
47-
- ubuntu-22.04-arm
4844
- macOS-13
49-
- macOS-latest
5045
test_group:
5146
- core
5247
- neural_networks
5348
- integration
5449
assertions:
5550
- false
56-
include:
57-
- os: ubuntu-24.04
58-
version: '1.10'
59-
assertions: true
60-
test_group: core
61-
- os: ubuntu-24.04
62-
version: '1.10'
63-
assertions: true
64-
test_group: neural_networks
65-
- os: ubuntu-24.04
66-
version: '1.10'
67-
assertions: true
68-
test_group: integration
69-
# - os: ubuntu-24.04
70-
# libReactant: packaged
71-
# version: '1.10'
72-
# test_group: core
73-
# - os: ubuntu-24.04
74-
# libReactant: packaged
75-
# version: '1.10'
76-
# test_group: neural_networks
77-
# - os: ubuntu-24.04
78-
# libReactant: packaged
79-
# version: '1.10'
80-
# test_group: integration
8151
steps:
8252
- uses: actions/checkout@v4
8353
- uses: julia-actions/setup-julia@v2

LocalPreferences.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Reactant_jll]
2+
gpu = "none"
3+
mode = "dbg"

0 commit comments

Comments
 (0)