upgrade Xcode to 11.4.1
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
28a2bca012
commit
d68b757589
|
@ -1,7 +1,7 @@
|
|||
library 'status-react-jenkins@master'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos-xcode-11.4' }
|
||||
agent { label 'macos-xcode-11.4.1' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
library 'status-react-jenkins@master'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos-xcode-11.4' }
|
||||
agent { label 'macos-xcode-11.4.1' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
|
|
@ -5,7 +5,7 @@ let
|
|||
inherit (lib) catAttrs concatStrings optional unique;
|
||||
|
||||
xcodewrapperArgs = {
|
||||
version = "11.4";
|
||||
version = "11.4.1";
|
||||
};
|
||||
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
|
||||
fastlane = callPackage ./fastlane { };
|
||||
|
|
Loading…
Reference in New Issue