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:
Christopher Snowhill 2025-03-03 18:52:52 -08:00
parent 7719ccf864
commit 81dac451b2

View file

@ -11,14 +11,14 @@ on:
jobs:
build:
name: Build Universal Cog.app
runs-on: macos-13
runs-on: macos-15
env:
XCODE_DERIVEDDATA_PATH: build
steps:
- name: Switch to Xcode 15
- name: Switch to Xcode 16
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15
xcode-version: 16
- name: Check out repository
uses: actions/checkout@v4
with: