Skip to content

Commit

Permalink
Updates for Xcode 14
Browse files Browse the repository at this point in the history
  • Loading branch information
thii committed Sep 27, 2022
1 parent a696b74 commit e0155c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
xcode_version:
- "13.3"
- "14.0.1"
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -9,9 +9,9 @@ on:
jobs:
linux:
name: Test on Linux
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
container:
image: swift:5.6
image: swift:5.7
steps:
- uses: actions/checkout@v2
- name: Show Environments
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
xcode_version:
- "13.3"
- "14.0.1"
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
steps:
Expand Down
16 changes: 8 additions & 8 deletions Package.resolved
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "f3c9084a71ef4376f2fabbdf1d3d90a49f1fabdb",
"version" : "1.1.2"
"revision" : "9f39744e025c7d377987f30b03770805dcb0bcd1",
"version" : "1.1.4"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax",
"state" : {
"revision" : "0b6c22b97f8e9320bca62e82cdbee601cf37ad3f",
"version" : "0.50600.1"
"revision" : "04d4497be6b88e524a71778d828790e9589ae1c4",
"version" : "0.50700.0"
}
},
{
Expand All @@ -32,17 +32,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-tools-support-core.git",
"state" : {
"revision" : "b7667f3e266af621e5cc9c77e74cacd8e8c00cb4",
"version" : "0.2.5"
"revision" : "0b77e67c484e532444ceeab60119b8536f8cd648",
"version" : "0.3.0"
}
},
{
"identity" : "yams",
"kind" : "remoteSourceControl",
"location" : "https://github.com/jpsim/Yams.git",
"state" : {
"revision" : "00c403debcd0a007b854bb35e598466207a2d58c",
"version" : "5.0.0"
"revision" : "01835dc202670b5bb90d07f3eae41867e9ed29f6",
"version" : "5.0.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -14,7 +14,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax", .upToNextMinor(from: "0.50600.1")),
.package(url: "https://github.com/apple/swift-syntax", .upToNextMinor(from: "0.50700.0")),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.2")),
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.2.3"),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.0")
Expand Down

0 comments on commit e0155c2

Please sign in to comment.