Skip to content

Commit 8bbab40

Browse files
CHANGE: @W-18718646@: Switch to use windows-latest since windows-2019 is deprecated
1 parent 4d0c107 commit 8bbab40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/heartbeat-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# By default, if any job in a matrix fails, all other jobs are immediately cancelled. This makes the jobs run to completion instead.
1616
fail-fast: false
1717
matrix:
18-
os: [{ vm: ubuntu-latest, exe: .sh }, { vm: windows-2019, exe: .cmd }]
18+
os: [{ vm: ubuntu-latest, exe: .sh }, { vm: windows-latest, exe: .cmd }]
1919
node: ["lts/*"]
2020
runs-on: ${{ matrix.os.vm }}
2121
timeout-minutes: 60

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# run to completion instead.
9292
fail-fast: false
9393
matrix:
94-
os: [{vm: ubuntu-latest, exe: .sh}, {vm: macos-latest, exe: .sh}, {vm: windows-2019, exe: .cmd}]
94+
os: [{vm: ubuntu-latest, exe: .sh}, {vm: macos-latest, exe: .sh}, {vm: windows-latest, exe: .cmd}]
9595
runs-on: ${{ matrix.os.vm }}
9696
steps:
9797
# We need to checkout the tag to get the smoke tests

0 commit comments

Comments
 (0)