Skip to content

Commit d6174a4

Browse files
"This is a scheduled Windows Server 2019 brownout."
1 parent 8462a19 commit d6174a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bn_master_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
build-windows:
7676
name: Build Windows ${{ matrix.platform }} ${{ matrix.config }} - BabylonNative ${{ github.event.client_payload.sha }}
77-
runs-on: windows-2019
77+
runs-on: windows-latest
7878
strategy:
7979
matrix:
8080
platform: [x86, x64, ARM64]

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
working-directory: ./Package
7676

7777
build-windows:
78-
runs-on: windows-2019
78+
runs-on: windows-latest
7979
steps:
8080
- name: Support longpaths
8181
run: git config --system core.longpaths true

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
Build:
15-
runs-on: windows-2019
15+
runs-on: windows-latest
1616
steps:
1717
- name: Checkout Repo
1818
uses: actions/[email protected]

0 commit comments

Comments
 (0)