Skip to content

Commit

Permalink
Deploy snapshots on an ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Dec 12, 2024
1 parent 8cfaf8a commit 3f8c831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

deploy-snapshot:
name: Deploy snapshot
runs-on: macos-latest
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.repository == 'saket/telephoto' && github.ref == 'refs/heads/trunk'
needs: [unit-tests, screenshot-tests]
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
minSdk = "21"
compileSdk = "35"
kotlin = "2.0.21"
kotlin = "2.1.0"
agp = "8.7.2" # https://maven.google.com/web/index.html?q=gradle.plugin#com.android.library:com.android.library.gradle.plugin
compose-multiplatform = "1.7.1" # https://github.com/JetBrains/compose-multiplatform/releases
androidx-compose-runtime = "1.7.5" # https://developer.android.com/jetpack/androidx/releases/compose-runtime
Expand Down

0 comments on commit 3f8c831

Please sign in to comment.