Skip to content

Commit fcfe216

Browse files
committed
more adjustments
1 parent bcf23e7 commit fcfe216

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
name:
9393
- ubuntu-gcc
94-
- macos-clang
94+
# - macos-clang
9595

9696
# matrix names should be in next format:
9797
# {php}-{ts}-{os.name}-{compiler}-{arch}
@@ -142,11 +142,11 @@ jobs:
142142
with:
143143
pecl: ./phalcon-pecl/phalcon-pecl.tgz
144144

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
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
150150

151151
- name: Build Phalcon Extension (Windows)
152152
uses: ./.github/actions/build-phalcon-win

0 commit comments

Comments
 (0)