Jakub Sokołowski 2024-01-04 20:40:10 +01:00
parent a00e44d056
commit 5915dd42bd
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ library 'status-jenkins-lib@v1.8.4'
def isPRBuild = utils.isPRBuild()
pipeline {
agent { label 'macos && arm64 && nix-2.14 && xcode-14.3' }
agent { label 'macos && arm64 && nix-2.14 && xcode-15.1' }
parameters {
string(

View File

@ -69,7 +69,7 @@ in {
yarn = super.yarn.override { nodejs = super.nodejs-18_x; };
openjdk = super.openjdk11_headless;
xcodeWrapper = super.xcodeenv.composeXcodeWrapper {
version = "14.0";
version = "15.0";
allowHigher = true;
};
go = super.go_1_19;

View File

@ -19,7 +19,7 @@
ios = {targets ? [ "ios/arm64" "iossimulator/amd64"]}: callPackage ./build.nix {
platform = "ios";
platformVersion = "8.0";
platformVersion = "11.0";
outputFileName = "Statusgo.xcframework";
inherit meta source goBuildLdFlags targets;
};