mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
chore: remove macos from matrix as randomly takes lots of time
This commit is contained in:
parent
72ae30de08
commit
a5dfe69850
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest] # TODO: add windows-latest by #408
|
||||
os: [ubuntu-latest] # TODO: add windows-latest by #408
|
||||
node: [14]
|
||||
|
||||
steps:
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest] # TODO: add windows-latest by #408
|
||||
os: [ubuntu-latest] # TODO: add windows-latest by #408
|
||||
node: [14]
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user