Skip to content

Commit

Permalink
Upgrade CI Xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Dec 17, 2024
1 parent 785a029 commit f11610b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
]
xcode: [
'15.4',
'16.1',
'16.2',
]
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ platform :ios do
target_version = "Kingfisher-#{options[:version]}"

swift_version = options[:swift_version] || "5.0"
xcode_version = options[:xcode_version] || "16.1"
xcode_version = options[:xcode_version] || "16.2"

xcodes(version: xcode_version, select_for_current_build_only: true)

Expand Down Expand Up @@ -142,7 +142,7 @@ platform :ios do
end

before_all do |lane|
xcode_version = ENV["XCODE_VERSION"] || "16.1"
xcode_version = ENV["XCODE_VERSION"] || "16.2"
xcodes(version: xcode_version, select_for_current_build_only: true)
end

Expand Down

0 comments on commit f11610b

Please sign in to comment.