Skip to content

Commit

Permalink
Remove Mac OS from CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Aug 3, 2023
1 parent d3ca8e6 commit 32d01d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: ['16', '18']
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 32d01d4

Please sign in to comment.