Skip to content

Commit 628b8dd

Browse files
committed
Disable macOS source testing.
1 parent f2b273f commit 628b8dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ jobs:
5858
- branch: 'master'
5959
os: 'windows-latest'
6060
arch: 'x64'
61-
# hangs
61+
# hangs during compilation
62+
- branch: 'release-1.10'
63+
os: 'macOS-latest'
64+
arch: 'x64'
6265
- branch: 'master'
6366
os: 'macOS-latest'
6467
arch: 'x64'

0 commit comments

Comments
 (0)