Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jun 8, 2024
1 parent 426f268 commit 6e8ba55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
env:
NODE_ENV: test
run:
continue-on-error: ${{matrix.platform == 'macos-latest'}}
needs: test
runs-on: ${{matrix.platform}}
strategy:
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
platform: [ubuntu-latest, windows-latest]
steps:
- uses: cedx/setup-hashlink@main
- run: hl --version
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/matrix_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{matrix.platform}}
strategy:
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
platform: [ubuntu-latest, windows-latest]
version: [1.x, latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion example/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{matrix.platform}}
strategy:
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
platform: [ubuntu-latest, windows-latest]
steps:
- name: Fetch sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 6e8ba55

Please sign in to comment.