From b0d9643f27926dc402c204b970f307ddc4645216 Mon Sep 17 00:00:00 2001 From: Zane Whitfield Date: Mon, 9 Dec 2024 15:33:24 -0800 Subject: [PATCH] Update test runners Requires different test runners now that repo is public. Using same as Heroku CLI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f790502..08b1630 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: node_version: ['16.x', '20.x'] - os: ['sfdc-hk-ubuntu-latest', 'sfdc-hk-macos-latest', 'sfdc-hk-windows-latest'] + os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false steps: - uses: actions/checkout@v4