Skip to content

Commit

Permalink
ci: fix matrix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Oct 12, 2024
1 parent 1851e97 commit 8b6f5ca
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Upload vitest config files
uses: actions/upload-artifact@v4
with:
name: vitest-config-integration-${{ matrix.os }}-${{ matrix.version }}
name: vitest-config-integration
overwrite: true
path: |
team.json
Expand All @@ -75,15 +75,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [20.12.2]
exclude:
- os: macos-latest
node-version: 20.x
- os: macos-latest
node-version: 20.12.2
- os: windows-latest
node-version: 20.x
- os: windows-latest
node-version: 20.12.2

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8b6f5ca

Please sign in to comment.