Skip to content

Commit af6df57

Browse files
committed
1 parent e55a932 commit af6df57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/Jenkinsfile.ios

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ library '[email protected]'
44
def isPRBuild = utils.isPRBuild()
55

66
pipeline {
7-
agent { label 'macos && arm64 && nix-2.11 && xcode-14.2' }
7+
agent { label 'macos && arm64 && nix-2.11 && xcode-14.3' }
88

99
parameters {
1010
string(

nix/overlay.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ in {
5050
yarn = super.yarn.override { nodejs = super.nodejs-18_x; };
5151
openjdk = super.openjdk8_headless;
5252
xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } {
53-
version = "13.3";
53+
version = "14.0";
5454
allowHigher = true;
5555
};
5656
go = super.go_1_18;

0 commit comments

Comments
 (0)