Switched CI to Xcode 14.1 (#115)

* Updated the GitHub Actions workflows to use Xcode 14.1

Signed-off-by: Yakov Manshin <git@yakovmanshin.com>
This commit is contained in:
Yakov Manshin 2022-11-03 10:39:41 +01:00 committed by GitHub
parent 019bcfe1a9
commit 2e7e009966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ on:
required: true required: true
workflow_dispatch: workflow_dispatch:
env: env:
XCODE_PATH: "/Applications/Xcode_14.0.1.app" XCODE_PATH: "/Applications/Xcode_14.1.app"
jobs: jobs:
spm_tests_macos: spm_tests_macos:
name: SPM Tests (Swift ${{ matrix.SWIFT_VERSION }} on macOS) name: SPM Tests (Swift ${{ matrix.SWIFT_VERSION }} on macOS)
@ -22,7 +22,7 @@ jobs:
include: include:
- SWIFT_VERSION: "5.7" - SWIFT_VERSION: "5.7"
OS: macOS-12 OS: macOS-12
XCODE_APP_NAME: "Xcode_14.0.1" XCODE_APP_NAME: "Xcode_14.1"
- SWIFT_VERSION: "5.5" - SWIFT_VERSION: "5.5"
OS: macOS-12 OS: macOS-12
XCODE_APP_NAME: "Xcode_13.2.1" XCODE_APP_NAME: "Xcode_13.2.1"

View File

@ -3,7 +3,7 @@ on:
release: release:
types: [published] types: [published]
env: env:
XCODE_PATH: "/Applications/Xcode_14.0.1.app" XCODE_PATH: "/Applications/Xcode_14.1.app"
jobs: jobs:
run_common_checks: run_common_checks:
uses: ./.github/workflows/Common.yml uses: ./.github/workflows/Common.yml