Skip to content

Commit

Permalink
ci: github: Remove macos support
Browse files Browse the repository at this point in the history
It seems broken on current base to be fixed later

https://github.com/abandonware/bleno/actions/runs/12852848126/job/35835320778?pr=55
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jan 19, 2025
1 parent 2608c78 commit 192640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-2019]
os: [ubuntu-20.04, ubuntu-latest, windows-2019]
node: [16, 18]

steps:
Expand Down

0 comments on commit 192640f

Please sign in to comment.