Skip to content

Commit

Permalink
Use the CPH macs for building v10 (#2034)
Browse files Browse the repository at this point in the history
* Use the CPH macs for building v10

* revert some restrictions
  • Loading branch information
nirinchev committed Oct 2, 2020
1 parent c4176bf commit f0886d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stage('Checkout') {
stage('Build wrappers') {
def jobs = [
'iOS': {
rlmNode('osx') {
rlmNode('osx || macos-catalina') {
unstash 'dotnet-wrappers-source'
dir('wrappers') {
sh "./build-ios.sh --configuration=${configuration}"
Expand All @@ -47,7 +47,7 @@ stage('Build wrappers') {
}
},
'macOS': {
rlmNode('osx') {
rlmNode('osx || macos-catalina') {
unstash 'dotnet-wrappers-source'
dir('wrappers') {
sh "REALM_CMAKE_CONFIGURATION=${configuration} ./build.sh -GXcode"
Expand Down

0 comments on commit f0886d8

Please sign in to comment.