From 19455db5eff9e0004223bcff0564f4d9d2da7e39 Mon Sep 17 00:00:00 2001 From: Aleksey Berezka Date: Wed, 18 Sep 2024 18:01:24 +0500 Subject: [PATCH] Added Xcode 16 support (#9) * Updated Xcode * Updated macOS * continue-on-error --- .github/workflows/unittest.yml | 3 ++- .xcode-version | 2 +- Package.resolved | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 3d0fbe9..032518f 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -19,7 +19,7 @@ env: jobs: tests: - runs-on: 'macos-13' + runs-on: 'macos-latest' timeout-minutes: 10 steps: @@ -52,6 +52,7 @@ jobs: - name: Report uses: kishikawakatsumi/xcresulttool@v1 + continue-on-error: true with: path: ${{ env.SCHEME }}.xcresult if: success() || failure() \ No newline at end of file diff --git a/.xcode-version b/.xcode-version index 3f10ffe..19c7bdb 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -15 \ No newline at end of file +16 \ No newline at end of file diff --git a/Package.resolved b/Package.resolved index cbd7009..44a1ba3 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/dodobrands/DBXCResultParser", "state" : { - "revision" : "3fda06df35952f181f29d6947971e88c2733c457", - "version" : "3.1.2" + "revision" : "879b9f5e7de6f9dec1abd2e1557d5ae11136f003", + "version" : "3.1.3" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-argument-parser.git", "state" : { - "revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41", - "version" : "1.3.0" + "revision" : "41982a3656a71c768319979febd796c6fd111d5c", + "version" : "1.5.0" } }, {