macos runner is bigsur

chocolatey gha removed as it prebuilt in windows vm
This commit is contained in:
Kingkor Roy Tirtho 2022-01-21 12:18:22 +06:00
parent 67cef5135c
commit 43a9276191

View File

@ -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 ./
- run: tree ./