Skip to content

Commit 3c95abd

Browse files
committed
fix(build): run build on windows latest
1 parent 62820ea commit 3c95abd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-2016]
21+
os: [ubuntu-latest, macos-latest, windows-latest]
2222
node-version: [12.x]
2323

2424
steps:

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-2016]
21+
os: [ubuntu-latest, macos-latest, windows-latest]
2222
node-version: [12.x]
2323

2424
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-2016]
21+
os: [ubuntu-latest, macos-latest, windows-latest]
2222
node-version: [12.x]
2323

2424
steps:

0 commit comments

Comments
 (0)