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