Skip to content

Commit 414342f

Browse files
authored
Merge pull request #1757 from dhensby/pulls/windows-2019-eol
ci: remove windows-2019 from CI runs as it is EOL
2 parents 3e58e64 + c22c8d5 commit 414342f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
MSSQL_PASSWORD: 'yourStrong(!)Password'
115115
strategy:
116116
matrix:
117-
os: [windows-2019, windows-2022]
117+
os: [windows-2022]
118118
node: [18.x, 20.x, 22.x, 24.x]
119119
sqlserver: [2008, 2012, 2014, 2016, 2017, 2019, 2022]
120120
# These sqlserver versions don't work on windows-2022 (at the moment)

0 commit comments

Comments
 (0)