Skip to content

Commit b9f41a9

Browse files
lilyLuLiupraveenkumar
authored andcommitted
[QE]fix windows10 provision failure due to generation mismatch
1 parent 8caa80f commit b9f41a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-qe-tpl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
windows-version: ['10','11']
29-
windows-featurepack: ['22h2-ent', '23h2-ent']
29+
windows-featurepack: ['22h2-ent-g2', '23h2-ent']
3030
exclude:
3131
- windows-version: '10'
3232
windows-featurepack: '23h2-ent'
3333
- windows-version: '11'
34-
windows-featurepack: '22h2-ent'
34+
windows-featurepack: '22h2-ent-g2'
3535

3636
steps:
3737
- name: Download windows installer

0 commit comments

Comments
 (0)