Skip to content

Commit bcf23e7

Browse files
committed
disabling macos for the release; will add when we fix those builds
1 parent b918020 commit bcf23e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
include:
9999
# Linux
100100
- { name: ubuntu-gcc, os: ubuntu-18.04, compiler: gcc }
101-
# macOS
102-
- { name: macos-clang, os: macos-11, compiler: clang }
101+
# # macOS
102+
# - { name: macos-clang, os: macos-11, compiler: clang }
103103
# Windows
104104
- { php: '7.4', ts: 'ts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' }
105105
- { php: '7.4', ts: 'nts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' }

0 commit comments

Comments
 (0)