Skip to content

Commit

Permalink
chore(ci): exclude windows due to broken gha agent
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 9, 2024
1 parent 0f76ad2 commit c6c8b25
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:
fail-fast: false
matrix:
node-version: [20]
os: [macos-14,macos-12,ubuntu-latest,windows-latest]
os: [
macos-14,
macos-12,
ubuntu-latest,
# windows-latest
]

env:
NODE_VERSION: ${{ matrix.node-version }}
Expand Down Expand Up @@ -79,8 +84,12 @@ jobs:
fail-fast: false
matrix:
node-version: [16,18,20]
os: [macos-14, macos-12, ubuntu-latest,windows-latest]

os: [
macos-14,
macos-12,
ubuntu-latest,
# windows-latest
]
env:
NODE_VERSION: ${{ matrix.node-version }}
LOG_LEVEL: debug
Expand Down

0 comments on commit c6c8b25

Please sign in to comment.