Skip to content

Commit

Permalink
ci: remove windows & macos runenrs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Mar 25, 2023
1 parent 6ff9d3a commit f9e94eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: ['18']

steps:
Expand All @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: ['18']

steps:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: ['18']

steps:
Expand Down

1 comment on commit f9e94eb

@vercel
Copy link

@vercel vercel bot commented on f9e94eb Mar 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.