From 0e9eafcb91918165065c6576a4b48283a0ab359c Mon Sep 17 00:00:00 2001 From: tid Date: Fri, 19 Jan 2024 22:20:05 +0900 Subject: [PATCH] Supports for Xcode 15 --- .github/workflows/ci.yml | 8 ++++---- .swift-version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a039cb1..f18c110 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,10 @@ on: jobs: mac: - runs-on: macos-11 + runs-on: macos-14 strategy: matrix: - xcode: [11.7, 12.5.1, 13.1] + xcode: [14.3.1, 15.2] fail-fast: false name: Xcode ${{ matrix.xcode }} env: @@ -21,9 +21,9 @@ jobs: run: | set -o pipefail xcodebuild build-for-testing test-without-building -scheme Kanna -configuration Release ENABLE_TESTABILITY=YES | xcpretty -c - xcodebuild build-for-testing test-without-building -scheme Kanna -configuration Release -sdk iphonesimulator -destination "name=iPhone 8" ENABLE_TESTABILITY=YES | xcpretty -c + xcodebuild build-for-testing test-without-building -scheme Kanna -configuration Release -sdk iphonesimulator -destination "name=iPhone 15" ENABLE_TESTABILITY=YES | xcpretty -c xcodebuild build-for-testing test-without-building -scheme Kanna -configuration Release -sdk appletvsimulator -destination "name=Apple TV" ENABLE_TESTABILITY=YES | xcpretty -c - xcodebuild -scheme Kanna -configuration Release -sdk watchsimulator -destination "name=Apple Watch Series 4 - 40mm" + xcodebuild -scheme Kanna -configuration Release -sdk watchsimulator -destination "name=Apple Watch Series 8 (45mm)" - name: swiftpm build and test run: | swift build diff --git a/.swift-version b/.swift-version index ef425ca..95ee81a 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.2 +5.9