CI: Switch to Xcode 15
Apparently, the build images are broken or something. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
1eee2fbf11
commit
2fc42ccb73
1 changed files with 2 additions and 2 deletions
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
XCODE_DERIVEDDATA_PATH: build
|
XCODE_DERIVEDDATA_PATH: build
|
||||||
steps:
|
steps:
|
||||||
- name: Switch to latest stable Xcode
|
- name: Switch to Xcode 15
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: latest-stable
|
xcode-version: 15
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue