Skip to content

Commit

Permalink
Update test runners
Browse files Browse the repository at this point in the history
Requires different test runners now that repo is public. Using same as Heroku CLI.
  • Loading branch information
zwhitfield3 committed Dec 9, 2024
1 parent 9e5d4e8 commit b0d9643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0d9643

Please sign in to comment.