We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf23e7 commit fcfe216Copy full SHA for fcfe216
.github/workflows/main.yml
@@ -91,7 +91,7 @@ jobs:
91
92
name:
93
- ubuntu-gcc
94
- - macos-clang
+# - macos-clang
95
96
# matrix names should be in next format:
97
# {php}-{ts}-{os.name}-{compiler}-{arch}
@@ -142,11 +142,11 @@ jobs:
142
with:
143
pecl: ./phalcon-pecl/phalcon-pecl.tgz
144
145
- - name: Build Phalcon Extension (macOS)
146
- uses: ./.github/actions/build-phalcon-mac
147
- if: runner.os == 'macOS'
148
- with:
149
- pecl: ./phalcon-pecl/phalcon-pecl.tgz
+# - name: Build Phalcon Extension (macOS)
+# uses: ./.github/actions/build-phalcon-mac
+# if: runner.os == 'macOS'
+# with:
+# pecl: ./phalcon-pecl/phalcon-pecl.tgz
150
151
- name: Build Phalcon Extension (Windows)
152
uses: ./.github/actions/build-phalcon-win
0 commit comments