mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-03-11 17:15:39 +00:00
Project import generated by Copybara.
GitOrigin-RevId: f25203cf39e269721b0608b62e14e8778eb3ff90
This commit is contained in:
parent
3bbcb842e4
commit
2f50e0e01d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-deploy.yaml
vendored
3
.github/workflows/build-deploy.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue