diff --git a/.github/workflows/bmvn_build_appcenter_android.yaml b/.github/workflows/bmvn_build_appcenter_android.yaml index 0c3ba3df0..534eef7d0 100644 --- a/.github/workflows/bmvn_build_appcenter_android.yaml +++ b/.github/workflows/bmvn_build_appcenter_android.yaml @@ -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 diff --git a/.github/workflows/bmvn_build_appcenter_ios.yaml b/.github/workflows/bmvn_build_appcenter_ios.yaml index 6ee7f6510..0fe4901a0 100644 --- a/.github/workflows/bmvn_build_appcenter_ios.yaml +++ b/.github/workflows/bmvn_build_appcenter_ios.yaml @@ -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