Skip to content

Commit

Permalink
CI: Switch to Xcode 15
Browse files Browse the repository at this point in the history
Apparently, the build images are broken or something.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
  • Loading branch information
kode54 committed Oct 4, 2023
1 parent 1eee2fb commit 2fc42cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 2fc42cc

Please sign in to comment.