Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jun 6, 2024
1 parent d5f757b commit 6f5a107
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/XcodeGraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- macOS-13
- windows-2022
swift-version:
- '5.10'
- '5.9'
swift-compat-ver:
- '5'
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
os:
- macOS-13
swift-version:
- '5.10'
- '5.9'
swift-compat-ver:
- '5'
runs-on: ${{ matrix.os }}
Expand All @@ -86,7 +86,7 @@ jobs:
os:
- macOS-13
swift-version:
- '5.10'
- '5.9'
swift-compat-ver:
- '5'
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os:
- macOS-13
swift-version:
- '5.10'
- '5.9'
swift-compat-ver:
- '5'
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--disable hoistAwait
--disable hoistTry
--disable redundantReturn
--swiftversion 5.10
--swiftversion 5.9
--minversion 0.53.0

# format options
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.10
// swift-tools-version:5.9

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion Tuist/Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ let config = Config(
url: "https://cloud.tuist.io",
options: [.optional]
),
swiftVersion: .init("5.10")
swiftVersion: .init("5.9")
)

0 comments on commit 6f5a107

Please sign in to comment.