Skip to content

Commit

Permalink
chore: Update Android build workflow to run on macOS
Browse files Browse the repository at this point in the history
Changed the `runs-on` property for the `build_android` workflow from `ubuntu-latest` to `macos-latest`.
  • Loading branch information
niyajali committed Dec 27, 2024
1 parent e837226 commit 07257b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kmp-platform-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Build and publish web app
build_android:
name: Build Android Application
runs-on: ubuntu-latest
runs-on: macos-latest
permissions:
contents: write
steps:
Expand Down

0 comments on commit 07257b7

Please sign in to comment.