diff --git a/Jenkinsfile_develop_osx b/Jenkinsfile_develop_osx index 4f6e7a0bfb..d7d18e8711 100644 --- a/Jenkinsfile_develop_osx +++ b/Jenkinsfile_develop_osx @@ -1,6 +1,6 @@ //Jenkins pipelines are stored in shared libaries. Please see: https://github.com/NREL/cbci_jenkins_libs -@Library('cbci_shared_libs@boost_compatibility') _ +@Library('cbci_shared_libs') _ // Build for PR to develop branch only. if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) {