From a7f2e85a8fa9d4959324c35aa3cc56b3881fbb9c Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 6 Jul 2024 08:24:29 -0700 Subject: [PATCH 1/2] update Fastlane to 2.221.1 --- Gemfile.lock | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1d075e8cfd..1ff12d5487 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,22 +5,22 @@ GEM base64 nkf rexml - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.921.0) - aws-sdk-core (3.193.0) + aws-partitions (1.949.0) + aws-sdk-core (3.200.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.80.0) - aws-sdk-core (~> 3, >= 3.193.0) + aws-sdk-kms (1.87.0) + aws-sdk-core (~> 3, >= 3.199.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.148.0) - aws-sdk-core (~> 3, >= 3.193.0) + aws-sdk-s3 (1.155.0) + aws-sdk-core (~> 3, >= 3.199.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.8) aws-sigv4 (1.8.0) @@ -69,7 +69,7 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.220.0) + fastlane (2.221.1) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -148,31 +148,32 @@ GEM os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) highline (2.0.3) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) httpclient (2.8.3) jmespath (1.6.2) json (2.7.2) - jwt (2.8.1) + jwt (2.8.2) base64 - mini_magick (4.12.0) + mini_magick (4.13.1) mini_mime (1.1.5) multi_json (1.15.0) - multipart-post (2.4.0) + multipart-post (2.4.1) nanaimo (0.3.0) naturally (2.2.1) nkf (0.2.0) optparse (0.5.0) os (1.1.4) plist (3.7.1) - public_suffix (5.0.5) + public_suffix (5.1.1) rake (13.2.1) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.6) + rexml (3.2.9) + strscan rouge (2.0.7) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -185,6 +186,7 @@ GEM simctl (1.6.10) CFPropertyList naturally + strscan (3.1.0) terminal-notifier (2.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -216,6 +218,7 @@ PLATFORMS arm64-darwin-22 arm64-darwin-23 x86_64-darwin-19 + x86_64-linux DEPENDENCIES fastlane From 849c7fb470070f1282e8629affdbb443720dfd07 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 6 Jul 2024 08:27:24 -0700 Subject: [PATCH 2/2] update runners to macOS 14 --- .github/workflows/add_identifiers.yml | 2 +- .github/workflows/build_loop.yml | 2 +- .github/workflows/create_certs.yml | 2 +- .github/workflows/validate_secrets.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/add_identifiers.yml b/.github/workflows/add_identifiers.yml index 446be917b0..aab334ab6c 100644 --- a/.github/workflows/add_identifiers.yml +++ b/.github/workflows/add_identifiers.yml @@ -12,7 +12,7 @@ jobs: identifiers: name: Add Identifiers needs: validate - runs-on: macos-12 + runs-on: macos-14 steps: # Uncomment to manually select latest Xcode if needed #- name: Select Latest Xcode diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 2e23da16a0..91785761cf 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -156,7 +156,7 @@ jobs: build: name: Build needs: [validate, check_alive_and_permissions, check_latest_from_upstream] - runs-on: macos-13 + runs-on: macos-14 permissions: contents: write if: | # runs if started manually, or if sync schedule is set and enabled and scheduled on the first Saturday each month, or if sync schedule is set and enabled and new commits were found diff --git a/.github/workflows/create_certs.yml b/.github/workflows/create_certs.yml index e9d07d79d1..90bb4f75b0 100644 --- a/.github/workflows/create_certs.yml +++ b/.github/workflows/create_certs.yml @@ -12,7 +12,7 @@ jobs: certificates: name: Create Certificates needs: validate - runs-on: macos-12 + runs-on: macos-14 steps: # Uncomment to manually select latest Xcode if needed #- name: Select Latest Xcode diff --git a/.github/workflows/validate_secrets.yml b/.github/workflows/validate_secrets.yml index 59cd610b76..5ad976a01f 100644 --- a/.github/workflows/validate_secrets.yml +++ b/.github/workflows/validate_secrets.yml @@ -5,7 +5,7 @@ on: [workflow_call, workflow_dispatch] jobs: validate-access-token: name: Access - runs-on: macos-13 + runs-on: macos-14 env: GH_PAT: ${{ secrets.GH_PAT }} GH_TOKEN: ${{ secrets.GH_PAT }} @@ -74,7 +74,7 @@ jobs: validate-match-secrets: name: Match-Secrets needs: validate-access-token - runs-on: macos-13 + runs-on: macos-14 env: GH_TOKEN: ${{ secrets.GH_PAT }} steps: @@ -112,7 +112,7 @@ jobs: validate-fastlane-secrets: name: Fastlane needs: [validate-access-token, validate-match-secrets] - runs-on: macos-13 + runs-on: macos-14 env: GH_PAT: ${{ secrets.GH_PAT }} GH_TOKEN: ${{ secrets.GH_PAT }}