Skip to content

Commit 5e1b704

Browse files
committed
disabling macos from the run
1 parent aca34fc commit 5e1b704

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
@@ -101,8 +101,8 @@ jobs:
101101
include:
102102
# Linux
103103
- { name: ubuntu-gcc, os: ubuntu-20.04, compiler: gcc }
104-
# macOS
105-
- { name: macos-clang, os: macos-latest, compiler: clang }
104+
# # macOS
105+
# - { name: macos-clang, os: macos-latest, compiler: clang }
106106
# Windows
107107
- { php: '8.0', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
108108
- { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }

0 commit comments

Comments
 (0)