Skip to content

Commit

Permalink
Also no macos in automalic release workflow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored Nov 6, 2023
1 parent fe8daea commit 2fa9ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
os: [ macos-latest, windows-2019 ]
# os: [ macos-latest, windows-2019 ]
os: [ windows-2019 ]
steps:
- uses: actions/checkout@v4
- name: Build on ${{ matrix.os }}
Expand Down

0 comments on commit 2fa9ee0

Please sign in to comment.