Skip to content

Commit 5125348

Browse files
committed
chore: update pipeline to use windows-latest
1 parent e581847 commit 5125348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-2016]
14+
os: [ubuntu-latest, windows-latest]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/build-pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, windows-2016]
10+
os: [ubuntu-latest, windows-latest]
1111

1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)