upgrade Xcode to 11.4.1

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-04-16 19:48:18 +02:00
parent 28a2bca012
commit d68b757589
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
library 'status-react-jenkins@master' library 'status-react-jenkins@master'
pipeline { pipeline {
agent { label 'macos-xcode-11.4' } agent { label 'macos-xcode-11.4.1' }
parameters { parameters {
string( string(

View File

@ -1,7 +1,7 @@
library 'status-react-jenkins@master' library 'status-react-jenkins@master'
pipeline { pipeline {
agent { label 'macos-xcode-11.4' } agent { label 'macos-xcode-11.4.1' }
parameters { parameters {
string( string(

View File

@ -5,7 +5,7 @@ let
inherit (lib) catAttrs concatStrings optional unique; inherit (lib) catAttrs concatStrings optional unique;
xcodewrapperArgs = { xcodewrapperArgs = {
version = "11.4"; version = "11.4.1";
}; };
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs; xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
fastlane = callPackage ./fastlane { }; fastlane = callPackage ./fastlane { };