Skip to content

Commit 67d6a9e

Browse files
committed
test
1 parent b0f0f9b commit 67d6a9e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ jobs:
8888
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
8989
# SpiderMonkey requires XCode SDK version at least 13.3
9090
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
91-
- name: Setup XCode
92-
if: ${{ matrix.os == 'macos-14' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
93-
run: sudo xcode-select -switch /Applications/Xcode_16.1.app
9491
- name: Build spidermonkey
9592
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9693
run: ./setup.sh

0 commit comments

Comments
 (0)