Skip to content

Commit 62ac6bc

Browse files
committed
Exclude macOS 4.08, which ARM64 support has not been backported to
1 parent 9adb5d1 commit 62ac6bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- "5.2"
2525
- "5.3"
2626
exclude:
27+
- os: macos-latest
28+
ocaml-compiler: "4.08"
2729
- os: windows-latest
2830
ocaml-compiler: "4.08"
2931
- os: windows-latest

0 commit comments

Comments
 (0)