CI: Bump OS and Xcode versions
Bump to macOS 15 and Xcode 16. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
7719ccf864
commit
81dac451b2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/debug.yml
vendored
6
.github/workflows/debug.yml
vendored
|
@ -11,14 +11,14 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Universal Cog.app
|
name: Build Universal Cog.app
|
||||||
runs-on: macos-13
|
runs-on: macos-15
|
||||||
env:
|
env:
|
||||||
XCODE_DERIVEDDATA_PATH: build
|
XCODE_DERIVEDDATA_PATH: build
|
||||||
steps:
|
steps:
|
||||||
- name: Switch to Xcode 15
|
- name: Switch to Xcode 16
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: 15
|
xcode-version: 16
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue