Skip to content

Commit

Permalink
Upgrade build env
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Nov 17, 2021
1 parent 79fec81 commit 732e907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
test_sdk:
name: Test LINE SDK
runs-on: macOS-latest
runs-on: macOS-11
strategy:
matrix:
swift-version: ["5.0", "4.2"]
Expand All @@ -27,7 +27,7 @@ jobs:
run: bundle exec fastlane sdk_tests
lint_pod:
name: Lint CocoaPods
runs-on: macOS-latest
runs-on: macOS-11
strategy:
matrix:
swift-version: ["5.0", "4.2"]
Expand All @@ -49,7 +49,7 @@ jobs:
run: bundle exec fastlane lint_pod
# lint_carthage:
# name: Lint Carthage
# runs-on: macOS-latest
# runs-on: macOS-11
# steps:
# - uses: actions/checkout@v2
# - uses: actions/cache@v1
Expand All @@ -66,7 +66,7 @@ jobs:
# run: bundle exec fastlane lint_carthage
lint_spm:
name: Lint Swift Package Manager
runs-on: macOS-latest
runs-on: macOS-11
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
Expand All @@ -83,7 +83,7 @@ jobs:
run: bundle exec fastlane lint_spm
xcframework:
name: Build XCFramework
runs-on: macOS-latest
runs-on: macOS-11
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios do

before_all do
begin
xcversion(version: "~> 12.0")
xcversion(version: "~> 13.0")
rescue => ex
UI.error("Failed when switching to Xcode version: #{ex}")
end
Expand Down

0 comments on commit 732e907

Please sign in to comment.