diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 901275ac1d..7e053a23f9 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,7 +1,7 @@ library 'status-react-jenkins@v1.1.7' pipeline { - agent { label 'macos-xcode-11.4.1' } + agent { label 'macos-xcode-11.5' } parameters { string( diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 8e649ffcb7..f7a305ebe4 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,7 +1,7 @@ library 'status-react-jenkins@v1.1.7' pipeline { - agent { label 'macos-xcode-11.4.1' } + agent { label 'macos-xcode-11.5' } parameters { string( diff --git a/nix/overlay.nix b/nix/overlay.nix index a0f925ed5f..3a1f61ad3c 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -32,7 +32,7 @@ in { gradlePropParser = callPackage ./tools/gradlePropParser.nix { }; # Package version adjustments - xcodeWrapper = super.xcodeenv.composeXcodeWrapper { version = "11.4.1"; }; + xcodeWrapper = super.xcodeenv.composeXcodeWrapper { version = "11.5"; }; openjdk = super.pkgs.openjdk8_headless; nodejs = super.pkgs.nodejs-12_x;