Skip to content

Commit ff21692

Browse files
authored
fix(CI): remove the XCode version setup step
There's a recent change in GitHub hosted runners that only one major version of Xcode will be available per macOS version. See actions/runner-images#10703
1 parent 38309a3 commit ff21692

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
@@ -85,7 +85,7 @@ jobs:
8585
key: spidermonkey-${{ env.MOZCENTRAL_VERSION }}-${{ runner.os }}-${{ runner.arch }}
8686
lookup-only: true # skip download
8787
- name: Setup XCode
88-
if: ${{ (matrix.os == 'macos-13' || matrix.os == 'macos-14') && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
88+
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
9191
- name: Build spidermonkey

0 commit comments

Comments
 (0)