ci: remove macos temporarily.

This commit is contained in:
Nodari Chkuaselidze 2022-06-21 20:16:32 +04:00
parent 7c00f01998
commit 9a4674ea76
No known key found for this signature in database
GPG key ID: B018A7BB437D1F05

View file

@ -53,7 +53,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node: [12.x, 14.x, 16.x, 18.x]
steps: