From 8bbab403dea6d6ea2562daabc32079d1f6996811 Mon Sep 17 00:00:00 2001 From: Stephen Carter Date: Tue, 17 Jun 2025 09:47:59 -0400 Subject: [PATCH] CHANGE: @W-18718646@: Switch to use windows-latest since windows-2019 is deprecated --- .github/workflows/heartbeat-tests.yml | 2 +- .github/workflows/publish-to-npm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/heartbeat-tests.yml b/.github/workflows/heartbeat-tests.yml index 90686140d..3c9c2a34f 100644 --- a/.github/workflows/heartbeat-tests.yml +++ b/.github/workflows/heartbeat-tests.yml @@ -15,7 +15,7 @@ jobs: # By default, if any job in a matrix fails, all other jobs are immediately cancelled. This makes the jobs run to completion instead. fail-fast: false matrix: - os: [{ vm: ubuntu-latest, exe: .sh }, { vm: windows-2019, exe: .cmd }] + os: [{ vm: ubuntu-latest, exe: .sh }, { vm: windows-latest, exe: .cmd }] node: ["lts/*"] runs-on: ${{ matrix.os.vm }} timeout-minutes: 60 diff --git a/.github/workflows/publish-to-npm.yml b/.github/workflows/publish-to-npm.yml index 9b5156af7..6789a971f 100644 --- a/.github/workflows/publish-to-npm.yml +++ b/.github/workflows/publish-to-npm.yml @@ -91,7 +91,7 @@ jobs: # run to completion instead. fail-fast: false matrix: - os: [{vm: ubuntu-latest, exe: .sh}, {vm: macos-latest, exe: .sh}, {vm: windows-2019, exe: .cmd}] + os: [{vm: ubuntu-latest, exe: .sh}, {vm: macos-latest, exe: .sh}, {vm: windows-latest, exe: .cmd}] runs-on: ${{ matrix.os.vm }} steps: # We need to checkout the tag to get the smoke tests