diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 5240ee5..531b2c6 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -202,7 +202,7 @@ jobs: destination-dir: nightly/${{ github.run_id }}/linux build_macos: - runs-on: [self-hosted, macOS] + runs-on: macos-latest environment: prod steps: - uses: actions/checkout@v4 @@ -210,6 +210,7 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: + flutter-version: '3.27.1' channel: stable - name: Install dependencies