Skip to content

Commit

Permalink
nix: upgrade xcode 11.4.1 to 11.5
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 Jun 29, 2020
1 parent 056dde0 commit c943f5f
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@v1.1.7'

pipeline {
agent { label 'macos-xcode-11.4.1' }
agent { label 'macos-xcode-11.5' }

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@v1.1.7'

pipeline {
agent { label 'macos-xcode-11.4.1' }
agent { label 'macos-xcode-11.5' }

parameters {
string(
Expand Down
2 changes: 1 addition & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in {
gradlePropParser = callPackage ./tools/gradlePropParser.nix { };

# Package version adjustments
xcodeWrapper = super.xcodeenv.composeXcodeWrapper { version = "11.4.1"; };
xcodeWrapper = super.xcodeenv.composeXcodeWrapper { version = "11.5"; };
openjdk = super.pkgs.openjdk8_headless;
nodejs = super.pkgs.nodejs-12_x;

Expand Down

0 comments on commit c943f5f

Please sign in to comment.