mirror of
https://github.com/pnpm/action-setup
synced 2025-12-16 18:16:10 +08:00
fix(ci): exclude macos
This commit is contained in:
parent
e94b270858
commit
a77b769687
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user