Skip to content

Commit

Permalink
CI: Switch to latest macOS and latest stable Xcode
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kode54 committed Oct 4, 2023
1 parent 6b29643 commit 1eee2fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ on:
jobs:
build:
name: Build Universal Cog.app
runs-on: macos-12
runs-on: macos-latest
env:
XCODE_DERIVEDDATA_PATH: build
steps:
- name: Switch to latest stable Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Check out repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 1eee2fb

Please sign in to comment.