We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169864a commit e90d42fCopy full SHA for e90d42f
.github/workflows/nightly.yml
@@ -96,15 +96,14 @@ jobs:
96
name: Windows ${{matrix.generator}} generator
97
strategy:
98
matrix:
99
- os: ['windows-2019', 'windows-2022']
100
build_type: [Debug, Release]
101
compiler: [{c: cl, cxx: cl}]
102
shared_library: ['ON', 'OFF']
103
static_hwloc: ['ON', 'OFF']
104
generator: ['Ninja', 'NMake Makefiles']
105
umfd_lib: ['ON', 'OFF']
106
107
- runs-on: ${{matrix.os}}
+ runs-on: windows-latest
108
109
steps:
110
- name: Checkout
0 commit comments