Skip to content

Commit 0d9cedb

Browse files
committed
test
1 parent b6c3fba commit 0d9cedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
9191
- name: Setup XCode
9292
if: ${{ matrix.os == 'macos-14' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
93-
run: sudo xcode-select -switch /Applications/Xcode_15.0.app
93+
run: sudo xcode-select -switch /Applications/Xcode_16.1.app
9494
- name: Build spidermonkey
9595
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9696
run: ./setup.sh

0 commit comments

Comments
 (0)