Skip to content

Commit

Permalink
15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-roskopf committed Nov 12, 2023
1 parent 2c999f1 commit 30d3ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: android-build-outputs
path: android-app/release
path: android-app/release/

ios:
needs: [code-style]
Expand All @@ -92,10 +92,6 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'

- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ platform :ios do
end

private_lane :build_sync_sphere do |options|
xcversion(version: "15.0.1")
build_app(
workspace: "iosApp/iosApp.xcworkspace",
scheme: options[:scheme],
Expand Down

0 comments on commit 30d3ad7

Please sign in to comment.