Skip to content

Commit 0b11890

Browse files
committed
Merge branch 'ec/beta/downgrade-pipeline-to-Xcode14' of github.com:Adventech/sabbath-school-ios into ec/beta/downgrade-pipeline-to-Xcode14
2 parents e63a688 + 3921b6f commit 0b11890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/beta.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'ec/beta/**'
88
jobs:
99
deploy:
10-
runs-on: macos-14
10+
runs-on: macos-13
1111
steps:
1212
- uses: actions/checkout@v4
1313
- run: gpg --quiet --batch --yes --decrypt --passphrase="$CREDS_PASSPHRASE" --output Fastlane/appstore_api_key.json Fastlane/appstore_api_key.json.gpg
@@ -16,7 +16,7 @@ jobs:
1616
- name: Select Xcode Version
1717
uses: maxim-lobanov/setup-xcode@v1
1818
with:
19-
xcode-version: 15.2
19+
xcode-version: 14.3
2020
- uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: '2.7'

0 commit comments

Comments
 (0)