Skip to content

Commit

Permalink
upgrade to Xcode 11.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Apr 16, 2020
1 parent 0a9919c commit 035e07f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
library 'status-react-jenkins@master'

pipeline {
agent { label 'macos-xcode-11.3.1' }
agent { label 'macos-xcode-11.4' }

parameters {
string(
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.macos
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
library 'status-react-jenkins@master'

pipeline {
agent { label 'macos-xcode-11.3.1' }
agent { label 'macos-xcode-11.4' }

parameters {
string(
Expand Down
2 changes: 1 addition & 1 deletion nix/mobile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
inherit (lib) catAttrs concatStrings optional unique;

xcodewrapperArgs = {
version = "11.3.1";
version = "11.4";
};
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
fastlane = callPackage ./fastlane { };
Expand Down

0 comments on commit 035e07f

Please sign in to comment.