Skip to content

Commit

Permalink
no need to test mac
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Oct 7, 2024
1 parent 10e8093 commit dc396f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, or macos-latest]
node-version: [20, 22]
platform: [ubuntu-latest, windows-latest]
node-version: [20]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
Expand Down

0 comments on commit dc396f4

Please sign in to comment.