mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-04-21 15:11:57 +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
|
destination-dir: nightly/${{ github.run_id }}/linux
|
||||||
|
|
||||||
build_macos:
|
build_macos:
|
||||||
runs-on: [self-hosted, macOS]
|
runs-on: macos-latest
|
||||||
environment: prod
|
environment: prod
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -210,6 +210,7 @@ jobs:
|
||||||
- name: Set up Flutter
|
- name: Set up Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
|
flutter-version: '3.27.1'
|
||||||
channel: stable
|
channel: stable
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue