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
17c598878c
commit
7ee6359056
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:
|
||||
XCODE_DERIVEDDATA_PATH: build
|
||||
steps:
|
||||
- name: Switch to latest stable Xcode
|
||||
- name: Switch to Xcode 15
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: latest-stable
|
||||
xcode-version: 15
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue