We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55a932 commit af6df57Copy full SHA for af6df57
ci/Jenkinsfile.ios
@@ -4,7 +4,7 @@ library '[email protected]'
4
def isPRBuild = utils.isPRBuild()
5
6
pipeline {
7
- agent { label 'macos && arm64 && nix-2.11 && xcode-14.2' }
+ agent { label 'macos && arm64 && nix-2.11 && xcode-14.3' }
8
9
parameters {
10
string(
nix/overlay.nix
@@ -50,7 +50,7 @@ in {
50
yarn = super.yarn.override { nodejs = super.nodejs-18_x; };
51
openjdk = super.openjdk8_headless;
52
xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } {
53
- version = "13.3";
+ version = "14.0";
54
allowHigher = true;
55
};
56
go = super.go_1_18;
0 commit comments