From 43a92761918bc41bd2d872bbae7939a4c486cfaf Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 21 Jan 2022 12:18:22 +0600 Subject: [PATCH] macos runner is bigsur chocolatey gha removed as it prebuilt in windows vm --- .github/workflows/flutter-build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index fa922aef..c8bf7d81 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -42,9 +42,6 @@ jobs: cache: true - run: flutter config --enable-windows-desktop - run: flutter build windows - - uses: crazy-max/ghaction-chocolatey@v1 - with: - args: -h - run: choco install make -y - run: make innoinstall - run: make inno @@ -56,7 +53,7 @@ jobs: build/installer/Spotube-windows-x86_64-setup.exe build/spotube.*.nupkg build_macos: - runs-on: macos-latest + runs-on: macos-11 steps: - uses: actions/checkout@v2 - uses: subosito/flutter-action@v2 @@ -65,4 +62,4 @@ jobs: - run: flutter config --enable-macos-desktop - run: flutter build macos - run: brew install tree - - run: tree ./ \ No newline at end of file + - run: tree ./