Skip to content

Commit 624be50

Browse files
committed
Remove redundant Windows generators jobs
1 parent 9acc1fb commit 624be50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,14 @@ jobs:
9696
name: Windows ${{matrix.generator}} generator
9797
strategy:
9898
matrix:
99-
os: ['windows-2019', 'windows-2022']
10099
build_type: [Debug, Release]
101100
compiler: [{c: cl, cxx: cl}]
102101
shared_library: ['ON', 'OFF']
103102
static_hwloc: ['ON', 'OFF']
104103
generator: ['Ninja', 'NMake Makefiles']
105104
umfd_lib: ['ON', 'OFF']
106105

107-
runs-on: ${{matrix.os}}
106+
runs-on: windows-latest
108107

109108
steps:
110109
- name: Checkout

0 commit comments

Comments
 (0)