Skip to content

Commit 42e919f

Browse files
authored
Merge pull request #2480 from alphagov/use-windows-2022
Replace windows-latest with windows-2022
2 parents d386cf0 + 08c7a10 commit 42e919f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-acceptance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false # continue other tests if one test in matrix fails
1515
matrix:
1616
node-version: [22.x]
17-
os: [macos-latest, windows-latest, ubuntu-latest]
17+
os: [macos-latest, windows-2022, ubuntu-latest]
1818
type: [smoke, plugins, styles, dev, prod, errors]
1919

2020
name: Acceptance ${{ matrix.type }} test kit on Node v${{ matrix.node-version }} (${{ matrix.os }})

0 commit comments

Comments
 (0)