From b2acfb61cb28ab568f36f70e96f0d3730ba617f4 Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Wed, 16 Nov 2022 13:58:52 -0500 Subject: [PATCH] Upgrade GitHub CI to use Xcode 14.1 on macOS 12. --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c67b01bb..e7d9de8a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,9 +15,9 @@ jobs: build: strategy: matrix: - xcode: [ "13.2.1" ] + xcode: [ "14.1" ] platform: [ "macos", "maccat", "ios", "tvos" ] - os: [ "macos-latest" ] + os: [ "macos-12" ] upload_artifacts: [ true ] # additional specific configurations include: