diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a26e74..de356d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: "3.16.8" + flutter-version: "3.22.2" channel: "stable" - run: | sudo apt-get update @@ -21,9 +21,7 @@ jobs: sudo apt-get install -y keybinder-3.0 - uses: bluefireteam/melos-action@v2 - working-directory: ./packages/screen_capturer/example - run: | - melos bs - flutter build linux --release + run: flutter build linux --release build-macos: runs-on: macos-latest @@ -31,13 +29,11 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: "3.16.8" + flutter-version: "3.22.2" channel: "stable" - uses: bluefireteam/melos-action@v2 - working-directory: ./packages/screen_capturer/example - run: | - melos bs - flutter build macos --release + run: flutter build macos --release build-web: runs-on: macos-latest @@ -45,13 +41,11 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: "3.16.8" + flutter-version: "3.22.2" channel: "stable" - uses: bluefireteam/melos-action@v2 - working-directory: ./packages/screen_capturer/example - run: | - melos bs - flutter build web --release + run: flutter build web --release build-windows: runs-on: windows-latest @@ -59,10 +53,8 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: "3.16.8" + flutter-version: "3.22.2" channel: "stable" - uses: bluefireteam/melos-action@v2 - working-directory: ./packages/screen_capturer/example - run: | - melos bs - flutter build windows --release + run: flutter build windows --release diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8d68ba7..855ffed 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: "3.16.8" + flutter-version: "3.22.2" channel: "stable" - uses: bluefireteam/melos-action@v2 - run: melos run analyze @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: "3.16.8" + flutter-version: "3.22.2" channel: "stable" cache: true - uses: bluefireteam/melos-action@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 617f89a..bd60da0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: "3.16.8" + flutter-version: "3.22.2" channel: "stable" cache: true - uses: bluefireteam/melos-action@v2