1
0
Fork 0
mirror of synced 2026-06-05 17:05:15 +00:00

fix(ci): exclude macos

This commit is contained in:
khai96_ 2025-12-09 07:26:46 +07:00
commit a77b769687

View file

@ -74,8 +74,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
# macos is excluded from this test because node 12 is no longer available on this platform
- ubuntu-latest - ubuntu-latest
- macos-latest
- windows-latest - windows-latest
standalone: standalone: