Skip to content

Commit

Permalink
GHA: temporarily disable macos
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jan 21, 2024
1 parent 9f421c0 commit ec8e8e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
strategy:
matrix:
node-version: [16, 18, 20]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
# os: [ubuntu-latest, macos-latest]

steps:
- name: Checkout
Expand Down

0 comments on commit ec8e8e2

Please sign in to comment.