diff --git a/.github/workflows/android-publish.yaml b/.github/workflows/android-publish.yaml index 7115753..1eb91a9 100644 --- a/.github/workflows/android-publish.yaml +++ b/.github/workflows/android-publish.yaml @@ -27,7 +27,7 @@ jobs: cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }} - name: Cache KMP tooling - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.konan diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 1bcd785..6ca5bb3 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -35,4 +35,4 @@ jobs: cd cmp-iosApp pod install --verbose - name: Build iOS - run: xcodebuild build -workspace cmp-iosApp/iosApp.xcworkspace -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 16' -verbose + run: xcodebuild build -workspace cmp-iosApp/iosApp.xcworkspace -configuration Debug -scheme iosApp -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' -verbose