CI: Switch to included Xcode 14 Beta
This commit is contained in:
parent
5aac910659
commit
b7df5d2e15
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -80,7 +80,6 @@ jobs:
|
|||||||
BLOCKED_FORMULAS: 'speexdsp curl php composer'
|
BLOCKED_FORMULAS: 'speexdsp curl php composer'
|
||||||
CODESIGN_IDENT: '-'
|
CODESIGN_IDENT: '-'
|
||||||
HAVE_CODESIGN_IDENTITY: ${{ secrets.MACOS_SIGNING_IDENTITY != '' && secrets.MACOS_SIGNING_CERT != '' }}
|
HAVE_CODESIGN_IDENTITY: ${{ secrets.MACOS_SIGNING_IDENTITY != '' && secrets.MACOS_SIGNING_CERT != '' }}
|
||||||
HAVE_XCODE_URL: ${{ secrets.XCODE_DOWNLOAD_URL != '' }}
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -156,9 +155,8 @@ jobs:
|
|||||||
|
|
||||||
echo "::set-output name=commitHash::$(git rev-parse --short=9 HEAD)"
|
echo "::set-output name=commitHash::$(git rev-parse --short=9 HEAD)"
|
||||||
|
|
||||||
- name: 'Install Xcode 14 Beta'
|
- name: 'Switch to Xcode 14 Beta'
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request' && env.HAVE_CODESIGN_IDENTITY == 'true' && env.HAVE_XCODE_URL == 'true' }}
|
run: sudo xcode-select -switch /Applications/Xcode_14.0.app
|
||||||
run: xcversion install "14 beta 4" --url=${{ secrets.XCODE_DOWNLOAD_URL }}
|
|
||||||
|
|
||||||
- name: 'Install dependencies'
|
- name: 'Install dependencies'
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user