ci: upgrade Xcode from 14.2 to 14.3
https://developer.apple.com/documentation/xcode-release-notes/xcode-14_3-release-notes Related: https://github.com/status-im/infra-role-bootstrap-macos/commit/30656dc0 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7f00f96b0c
commit
40bb07a99b
|
@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.6.9'
|
||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos && arm64 && nix-2.11 && xcode-14.2' }
|
agent { label 'macos && arm64 && nix-2.11 && xcode-14.3' }
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
|
|
|
@ -50,7 +50,7 @@ in {
|
||||||
yarn = super.yarn.override { nodejs = super.nodejs-18_x; };
|
yarn = super.yarn.override { nodejs = super.nodejs-18_x; };
|
||||||
openjdk = super.openjdk8_headless;
|
openjdk = super.openjdk8_headless;
|
||||||
xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } {
|
xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } {
|
||||||
version = "13.3";
|
version = "14.0";
|
||||||
allowHigher = true;
|
allowHigher = true;
|
||||||
};
|
};
|
||||||
go = super.go_1_19;
|
go = super.go_1_19;
|
||||||
|
|
Loading…
Reference in New Issue