File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1616 - swift:5.2.5-xenial
1717 - swift:5.3.2-xenial
1818 - swift:5.3.2-bionic
19+ - swift:5.5.0-focal
1920 container : ${{ matrix.image }}
2021 steps :
2122 - name : Checkout Repository
3031 - name : Select latest available Xcode
3132 uses : maxim-lobanov/setup-xcode@v1.2.1
3233 with :
33- xcode-version : 12.2
34+ xcode-version : 13
3435 - name : Checkout Repository
3536 uses : actions/checkout@v2
3637 - name : Build Swift Debug Package
Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ let package = Package(
1313
1414 dependencies: [
1515 . package ( url: " https://github.com/Macro-swift/Macro.git " ,
16- from: " 0.8.7 " ) ,
16+ from: " 0.8.11 " ) ,
1717 . package ( url: " https://github.com/Macro-swift/MacroExpress.git " ,
18- from: " 0.8.4 " ) ,
18+ from: " 0.8.8 " ) ,
1919 . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " ,
20- . upToNextMajor( from: " 0.4.0 " ) )
20+ // b0rked release:.upToNextMajor(from:"0.5.1"))
21+ . exact( " 0.4.0 " ) )
2122 ] ,
2223
2324 targets: [
You can’t perform that action at this time.
0 commit comments