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 committed by GitHub
parent b889586708
commit cc12da5507
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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