1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-11-06 09:19:31 +02:00

Update GitHub workflow to use Windows 2022 (#2348)

* Upgrade npm in build-ubuntu

* npm i -S moment

* Don't upgrade npm

* macos-latest on build-mac

* Update dev-release.yml

* Use windows-2022

* Debug: Dir

* Win SDK path

* Dir

* Use Win SDK 10.0.19041.0

* Cleanup

* Add Win requirements to readme

* Add Windows SDK download link to readme
This commit is contained in:
Chen-I Lim
2022-02-16 07:43:09 -08:00
committed by GitHub
parent 14b2103f85
commit 5ba81b4c27
6 changed files with 28 additions and 34 deletions

View File

@@ -111,7 +111,7 @@ jobs:
path: ${{ github.workspace }}/mac/dist/focalboard-mac.zip
windows:
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout

View File

@@ -106,7 +106,7 @@ jobs:
path: ${{ github.workspace }}/mac/dist/focalboard-mac.zip
windows:
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout