1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00

Fix #2346. Revert to Windows 2019 for GitHub actions (#2347)

This commit is contained in:
Chen-I Lim 2022-02-15 13:26:17 -08:00 committed by GitHub
parent c7492fe0f1
commit 14b2103f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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