diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 03f25a0760..4eb99098fe 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,5 +1,5 @@ pipeline { - agent { label 'macos-xcode-11.2.1' } + agent { label 'macos-xcode-11.3.1' } parameters { string( diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 886d45e607..c52921bafd 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,5 +1,5 @@ pipeline { - agent { label 'macos-xcode-11.2.1' } + agent { label 'macos-xcode-11.3.1' } parameters { string( diff --git a/nix/mobile/default.nix b/nix/mobile/default.nix index 6ef6174926..41ab3d6574 100644 --- a/nix/mobile/default.nix +++ b/nix/mobile/default.nix @@ -5,7 +5,7 @@ let inherit (lib) catAttrs concatStrings optional unique; xcodewrapperArgs = { - version = "11.2.1"; + version = "11.3.1"; }; xcodeWrapper = composeXcodeWrapper xcodewrapperArgs; fastlane = callPackage ./fastlane { };