Skip to content

Commit

Permalink
matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 15, 2024
1 parent ce83686 commit 32b03c3
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,19 @@ jobs:
]
arch: ["amd64"]
alpine: [false]
exclude:
- os: "macos-14"
arch: "arm64"
node-version: 14
include:
- os: "macos-14"
arch: "arm64"
matrix:
node-version: [14,16,18,19,20]
- os: "ubuntu-latest"
arch: "arm64"
alpine: true
matrix:
node-version: [14,16,18,19,20]
- os: "ubuntu-latest"
arch: "amd64"
alpine: true
matrix:
node-version: [14,16,18,19,20]
exclude:
- os: "macos-14"
arch: "arm64"
node-version: 14
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 32b03c3

Please sign in to comment.