Skip to content

Commit

Permalink
Force latest xcode version in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
kowczarz committed Jun 30, 2023
1 parent 7df7319 commit 84d015c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ jobs:
- uses: Expensify/App/.github/actions/composite/setupNode@main

- name: Setup Xcode
run: sudo xcode-select -switch /Applications/Xcode_14.2.app

- uses: ruby/setup-ruby@eae47962baca661befdfd24e4d6c34ade04858f7
with:
ruby-version: '2.7'
Expand Down
4 changes: 0 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ end
platform :ios do
desc "Generate a local iOS production build"
lane :build do
xcversion(version: "14.2")
ENV["ENVFILE"]=".env.production"

build_app(
Expand All @@ -123,7 +122,6 @@ platform :ios do

desc "Build app for testing"
lane :build_internal do
xcversion(version: "14.2")
require 'securerandom'
ENV["ENVFILE"]=".env.adhoc"

Expand Down Expand Up @@ -178,7 +176,6 @@ platform :ios do

desc "Build and upload app to TestFlight"
lane :beta do
xcversion(version: "14.2")
require 'securerandom'
ENV["ENVFILE"]=".env.production"

Expand Down Expand Up @@ -271,7 +268,6 @@ platform :ios do
version.create_app_store_version_release_request unless version.nil?
end

xcversion(version: "14.2")
deliver(
api_key_path: "./ios/ios-fastlane-json-key.json",

Expand Down

0 comments on commit 84d015c

Please sign in to comment.