Skip to content

Commit

Permalink
Disable macOS source testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Sep 5, 2023
1 parent f2b273f commit 628b8dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:
- branch: 'master'
os: 'windows-latest'
arch: 'x64'
# hangs
# hangs during compilation
- branch: 'release-1.10'
os: 'macOS-latest'
arch: 'x64'
- branch: 'master'
os: 'macOS-latest'
arch: 'x64'
Expand Down

0 comments on commit 628b8dd

Please sign in to comment.