Skip to content

Commit 738d15e

Browse files
authored
[CI] Disable macOS-13 entirely, not just core and integration (#875)
1 parent 5af5c24 commit 738d15e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/CI.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
# `ubuntu-22.04-arm` is considered more stable than `ubuntu-24.04-arm`:
4646
# <https://github.com/orgs/community/discussions/148648#discussioncomment-12099554>.
4747
- ubuntu-22.04-arm
48-
- macOS-13
48+
# Disable `macOS-13` until
49+
# <https://github.com/EnzymeAD/Reactant.jl/issues/867> is resolved.
50+
# - macOS-13
4951
- macOS-latest
5052
test_group:
5153
- core
@@ -56,13 +58,6 @@ jobs:
5658
- "IFRT"
5759
assertions:
5860
- false
59-
exclude:
60-
# Until <https://github.com/EnzymeAD/Reactant.jl/issues/867>
61-
# is resolved.
62-
- os: macOS-13
63-
test_group: core
64-
- os: macOS-13
65-
test_group: integration
6661
include:
6762
- os: ubuntu-24.04
6863
version: '1.10'

0 commit comments

Comments
 (0)