mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
upgrade XCode to 11.3.1
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a323480ef0
commit
b402dc9c62
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos-xcode-11.2.1' }
|
agent { label 'macos-xcode-11.3.1' }
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos-xcode-11.2.1' }
|
agent { label 'macos-xcode-11.3.1' }
|
||||||
|
|
||||||
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.2.1";
|
version = "11.3.1";
|
||||||
};
|
};
|
||||||
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
|
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
|
||||||
fastlane = callPackage ./fastlane { };
|
fastlane = callPackage ./fastlane { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user