Skip to content

Commit

Permalink
Merge branch 'master' into TIMOB-27104
Browse files Browse the repository at this point in the history
  • Loading branch information
ssekhri committed Aug 21, 2019
2 parents 472fb32 + 4554ff3 commit 5ac474c
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 @@ -34,7 +34,7 @@ def unitTests(os, nodeVersion, npmVersion, testSuiteBranch, testOnDevices) {
return {
def labels = 'git && osx'
if ('ios'.equals(os)) {
labels = 'git && osx && xcode-10' // Use xcode-10 to make use of ios 12 APIs
labels = 'git && osx && xcode-11' // Use xcode-11 to make use of ios 13 APIs
} else {
// run main branch tests on devices, use node with devices connected
if (testOnDevices) {
Expand Down Expand Up @@ -146,7 +146,7 @@ def unitTests(os, nodeVersion, npmVersion, testSuiteBranch, testOnDevices) {
// Wrap in timestamper
timestamps {
try {
node('git && android-sdk && android-ndk && ant && gperf && osx && xcode-10') {
node('git && android-sdk && android-ndk && ant && gperf && osx && xcode-11') {
stage('Checkout') {
// Update our shared reference repo for all branches/PRs
dir('..') {
Expand Down

0 comments on commit 5ac474c

Please sign in to comment.