Skip to content

Commit

Permalink
Change the label of the upgraded mac node (11.0 -> 11.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellenot committed Nov 11, 2021
1 parent 50126e1 commit e8c3c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cern/root/pipeline/BuildConfiguration.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BuildConfiguration {
'mac1014',
'mac1015',
'mac10beta',
'mac11.0',
'mac11.6',
'mac11arm',
'ROOT-ubuntu14',
'ROOT-ubuntu16',
Expand Down Expand Up @@ -68,7 +68,7 @@ class BuildConfiguration {
[ label: 'ROOT-ubuntu16', opts: extraCMakeOptions, spec: 'nortcxxmod' ],
[ label: 'ROOT-ubuntu2004', opts: extraCMakeOptions, spec: 'soversion' ],
[ label: 'mac1014', opts: extraCMakeOptions, spec: 'python3' ],
[ label: 'mac11.0', opts: extraCMakeOptions + ' -DCTEST_TEST_EXCLUDE_NONE=On', spec: 'cxx17' ],
[ label: 'mac11.6', opts: extraCMakeOptions + ' -DCTEST_TEST_EXCLUDE_NONE=On', spec: 'cxx17' ],
[ label: 'windows10', opts: extraCMakeOptions, spec: 'cxx14' ]
]
}
Expand Down

0 comments on commit e8c3c07

Please sign in to comment.