Skip to content

Commit adeeb27

Browse files
Merge pull request #1842 from forcedotcom/release-5.2.0
RELEASE @W-18718646@: Conducting v5.2.0 release (attempt 2).
2 parents 28d04ba + 8bbab40 commit adeeb27

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)