diff --git a/.circleci/src/jobs/@mobile-jobs.yml b/.circleci/src/jobs/@mobile-jobs.yml index 9d72ea8226b..7b2ae3dd1a6 100644 --- a/.circleci/src/jobs/@mobile-jobs.yml +++ b/.circleci/src/jobs/@mobile-jobs.yml @@ -56,7 +56,7 @@ mobile-build-staging-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '15.2.0' + xcode: '16.1.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -76,7 +76,7 @@ mobile-build-upload-staging-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '15.2.0' + xcode: '16.1.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -95,7 +95,7 @@ mobile-build-production-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '15.2.0' + xcode: '16.1.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -114,7 +114,7 @@ mobile-build-upload-production-ios-if-full-release: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '15.2.0' + xcode: '16.1.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -135,7 +135,7 @@ mobile-deploy-codepush-production-ios-if-ota-release: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '15.2.0' + xcode: '16.1.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -154,7 +154,7 @@ mobile-build-upload-releasecandidate-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '15.2.0' + xcode: '16.1.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail @@ -173,7 +173,7 @@ mobile-build-upload-staging-releasecandidate-ios: # run on macos so app can be created and signed. resource_class: macos.m1.medium.gen1 macos: - xcode: '15.2.0' + xcode: '16.1.0' environment: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail diff --git a/.circleci/src/jobs/@web-jobs.yml b/.circleci/src/jobs/@web-jobs.yml index 8a7e0548142..d9c5412c524 100644 --- a/.circleci/src/jobs/@web-jobs.yml +++ b/.circleci/src/jobs/@web-jobs.yml @@ -287,7 +287,7 @@ web-dist-mac-staging: # run on macos so dmg can be created and signed. resource_class: macos.m1.large.gen1 macos: - xcode: '15.2.0' + xcode: '16.1.0' steps: - web-distribute: build-type: mac-publish @@ -320,7 +320,7 @@ web-dist-mac-production: # run on macos so dmg can be created and signed. resource_class: macos.m1.large.gen1 macos: - xcode: '15.2.0' + xcode: '16.1.0' steps: - web-distribute: build-type: mac-publish-production