Skip to content

Commit 13f0fd0

Browse files
committed
fix macos builder java
1 parent b189690 commit 13f0fd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
x86_64,
2121
arm64,
2222
]
23+
exclude:
24+
- list: { os_ver: 14, java: 11 }
25+
arch: x86_64
2326

2427
runs-on: macos-${{ matrix.list.os_ver }}
2528

0 commit comments

Comments
 (0)