CI: Switch to latest macOS and latest stable Xcode
Switch the CI image to the latest stable OS version, and latest stable Xcode version, selected by another action. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
6b2964328a
commit
1eee2fbf11
1 changed files with 5 additions and 1 deletions
6
.github/workflows/debug.yml
vendored
6
.github/workflows/debug.yml
vendored
|
@ -11,10 +11,14 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Universal Cog.app
|
name: Build Universal Cog.app
|
||||||
runs-on: macos-12
|
runs-on: macos-latest
|
||||||
env:
|
env:
|
||||||
XCODE_DERIVEDDATA_PATH: build
|
XCODE_DERIVEDDATA_PATH: build
|
||||||
steps:
|
steps:
|
||||||
|
- name: Switch to latest stable Xcode
|
||||||
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: latest-stable
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue