Skip to content

Commit

Permalink
Fix Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 12, 2023
1 parent 277ea07 commit 9b0f67f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ jobs:
runs-on: macos-13
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion app/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end

platform :ios do
lane :closed_beta do
xcversion(version: "15.0")
xcodes(version: "15.0")

keychain_name = TEMP_KEYCHAIN_USER
keychain_password = TEMP_KEYCHAIN_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.16.15"
version = "1.16.17"

repositories {
mavenCentral()
Expand Down

0 comments on commit 9b0f67f

Please sign in to comment.