Skip to content

Commit

Permalink
use only 2 jobs to fit the ci runners
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 8, 2023
1 parent e0cfddd commit 58cd7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"name": "default",
"configurePreset": "default",
"configuration": "Release",
"jobs": 10
"jobs": 2
},
{
"name": "windows",
"configurePreset": "windows",
"configuration": "Release",
"jobs": 10
"jobs": 2
},
{
"name": "install-local",
Expand Down

0 comments on commit 58cd7b1

Please sign in to comment.