Skip to content

Commit

Permalink
Added Xcode 16 support (#9)
Browse files Browse the repository at this point in the history
* Updated Xcode

* Updated macOS

* continue-on-error
  • Loading branch information
AllDmeat authored Sep 18, 2024
1 parent 9779137 commit 19455db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
tests:

runs-on: 'macos-13'
runs-on: 'macos-latest'
timeout-minutes: 10

steps:
Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Report
uses: kishikawakatsumi/xcresulttool@v1
continue-on-error: true
with:
path: ${{ env.SCHEME }}.xcresult
if: success() || failure()
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15
16
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/dodobrands/DBXCResultParser",
"state" : {
"revision" : "3fda06df35952f181f29d6947971e88c2733c457",
"version" : "3.1.2"
"revision" : "879b9f5e7de6f9dec1abd2e1557d5ae11136f003",
"version" : "3.1.3"
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser.git",
"state" : {
"revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41",
"version" : "1.3.0"
"revision" : "41982a3656a71c768319979febd796c6fd111d5c",
"version" : "1.5.0"
}
},
{
Expand Down

0 comments on commit 19455db

Please sign in to comment.