nix: upgrade xcode 11.4.1 to 11.5
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
056dde0190
commit
c943f5f283
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue