Skip to content

Commit

Permalink
ci: mention os x2
Browse files Browse the repository at this point in the history
Co-authored-by: Jonny Adshead <JAdshead@users.noreply.github.com>
  • Loading branch information
LeoDog896 and JAdshead authored Oct 3, 2023
1 parent b0e4857 commit 1f0e147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node: [ '14.x', '16.x', '18.x' ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
name: Node ${{ matrix.node }}
name: Node ${{ matrix.node }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit 1f0e147

Please sign in to comment.