Skip to content

Commit

Permalink
Update CI to fix Android is picked by iOS runner (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
longbmk authored Aug 8, 2024
1 parent 359bfd3 commit cac4802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bmvn_build_appcenter_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
description: Using testnet (Default staging)
jobs:
build:
runs-on: [self-hosted, macOS]
runs-on: [self-hosted, macOS, macm2, android]
steps:
- name: Extract Build number for Testnet
id: extract-version-testnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bmvn_build_appcenter_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:

jobs:
fastlane-deploy:
runs-on: [self-hosted, macOS]
runs-on: [self-hosted, macOS, macm2, ios]
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
Expand Down

0 comments on commit cac4802

Please sign in to comment.