mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
Fix iOS workflow still targeting old Xcode version
This commit is contained in:
parent
edb9c76edf
commit
4d4dfd9e8b
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -121,21 +121,12 @@ jobs:
|
|||||||
|
|
||||||
build-only-ios:
|
build-only-ios:
|
||||||
name: Build only (iOS)
|
name: Build only (iOS)
|
||||||
# change to macos-latest once GitHub finishes migrating all repositories to macOS 12.
|
runs-on: macos-latest
|
||||||
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