mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Manually use Xcode 14.1
This commit is contained in:
parent
d74478ce3b
commit
4dbc1c3cb0
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -121,13 +121,21 @@ jobs:
|
|||||||
|
|
||||||
build-only-ios:
|
build-only-ios:
|
||||||
name: Build only (iOS)
|
name: Build only (iOS)
|
||||||
# Pin to macOS 12 until GitHub finishes migrating all repositories to use it when specifying `macos-latest`.
|
# change to macos-latest once GitHub finishes migrating all repositories to macOS 12.
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
# see https://github.com/actions/runner-images/issues/6771#issuecomment-1354713617
|
||||||
|
# remove once all workflow VMs use Xcode 14.1
|
||||||
|
- name: Set Xcode Version
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sudo xcode-select -s "/Applications/Xcode_14.1.app"
|
||||||
|
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_14.1.app" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install .NET 6.0.x
|
- name: Install .NET 6.0.x
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user