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 32b03c3 commit 135b220
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,25 @@ jobs:
os: [
ubuntu-latest,
macos-12,
macos-14,
windows-latest
]
arch: ["amd64"]
alpine: [false]
arch: ["amd64", "arm64"]
alpine: [false,true]
exclude:
- os: "macos-14"
arch: "arm64"
node-version: 14
include:
- os: "macos-14"
arch: "arm64"
- os: "ubuntu-latest"
arch: "arm64"
alpine: false
- os: "windows-latest"
arch: "arm64"
- os: "macos-12"
arch: "arm64"
- os: "windows-latest"
alpine: true
- os: "ubuntu-latest"
arch: "amd64"
- os: "macos-12"
alpine: true
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 135b220

Please sign in to comment.