Skip to content

Commit 35b1429

Browse files
Updated submodules (archiver and packager improvements)
1 parent 4461ce0 commit 35b1429

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/uwp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
toolset: [x64]
1010
config: [Debug, Release]
1111

12-
runs-on: windows-latest
12+
runs-on: windows-2019
1313
name: Win10 -> UWP-${{ matrix.toolset }}, ${{ matrix.config }}
1414

1515
steps:

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
toolset: [Win32, x64]
1010
config: [Debug, Release]
1111

12-
runs-on: windows-latest
12+
runs-on: windows-2019
1313
name: Win10 -> ${{ matrix.toolset }}, ${{ matrix.config }}
1414

1515
steps:
@@ -63,7 +63,7 @@ jobs:
6363
toolset: [x64]
6464
config: [Release]
6565

66-
runs-on: windows-latest
66+
runs-on: windows-2019
6767
name: Win10 -> ${{ matrix.toolset }}, ${{ matrix.config }}, DEVELOPMENT
6868

6969
steps:
@@ -98,7 +98,7 @@ jobs:
9898
toolset: [x64]
9999
config: [Release]
100100

101-
runs-on: windows-latest
101+
runs-on: windows-2019
102102
name: Win10 -> Win8.1-${{ matrix.toolset }}, ${{ matrix.config }}
103103

104104
steps:

DiligentCore

Submodule DiligentCore updated 66 files

0 commit comments

Comments
 (0)