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 cache: true
- run: flutter config --enable-windows-desktop - run: flutter config --enable-windows-desktop
- run: flutter build windows - run: flutter build windows
- uses: crazy-max/ghaction-chocolatey@v1
with:
args: -h
- run: choco install make -y - run: choco install make -y
- run: make innoinstall - run: make innoinstall
- run: make inno - run: make inno
@ -56,7 +53,7 @@ jobs:
build/installer/Spotube-windows-x86_64-setup.exe build/installer/Spotube-windows-x86_64-setup.exe
build/spotube.*.nupkg build/spotube.*.nupkg
build_macos: build_macos:
runs-on: macos-latest runs-on: macos-11
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2