mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 09:46:01 -07:00
chore: Update to latest windows runner (#170)
This commit is contained in:
commit
97e28554bf
1 changed files with 15 additions and 18 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
|
@ -93,8 +93,7 @@ jobs:
|
|||
path: build/app/outputs/android_artifacts/
|
||||
|
||||
build-windows:
|
||||
#Use windows-2019, latest(2022) causes MSVCP140.dll related crashes
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-latest
|
||||
needs: [fetch-info]
|
||||
|
||||
steps:
|
||||
|
|
@ -182,7 +181,7 @@ jobs:
|
|||
run: flutter build macos --flavor production --build-number=${{ github.run_number }}
|
||||
|
||||
- name: Create DMG file
|
||||
run: hdiutil create -format UDZO -srcfolder build/macos/Build/Products/Release-production/fladder.app build/macos/Build/Products/Release-production/macOS.dmg
|
||||
run: hdiutil create -format UDZO -srcfolder build/macos/Build/Products/Release-production/fladder.app build/macos/Build/Products/Release-production/macOS.dmg
|
||||
|
||||
- name: Archive macOS artifact
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
|
|
@ -191,7 +190,7 @@ jobs:
|
|||
path: build/macos/Build/Products/Release-production/macOS.dmg
|
||||
|
||||
build-linux:
|
||||
runs-on: ubuntu-24.04 # bumped from 22.04 (latest) as it would otherwise use libmpv1
|
||||
runs-on: ubuntu-24.04 # bumped from 22.04 (latest) as it would otherwise use libmpv1
|
||||
needs: [fetch-info]
|
||||
|
||||
steps:
|
||||
|
|
@ -348,7 +347,7 @@ jobs:
|
|||
path: fladder-windows
|
||||
|
||||
- name: Compress Windows
|
||||
run: |
|
||||
run: |
|
||||
cd fladder-windows
|
||||
zip -r ../Fladder-Windows-${{needs.fetch-info.outputs.version_name}}.zip .
|
||||
|
||||
|
|
@ -415,5 +414,3 @@ jobs:
|
|||
Fladder-Web-${{needs.fetch-info.outputs.version_name}}.zip
|
||||
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.zip
|
||||
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.flatpak
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue