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:
Christopher Snowhill 2023-10-03 22:01:30 -07:00
parent 1eee2fbf11
commit 2fc42ccb73
No known key found for this signature in database

View file

@ -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: