Skip to content

Commit 1233dc0

Browse files
Disable code signing in workflow (#867)
* Disable code signing in workflow * Disable code signing in workflow * Disable code signing in workflow * Use iPhone 15
1 parent 06ee229 commit 1233dc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/genesis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Genesis
1515
runs-on: macos-latest
1616
env:
17-
SIMULATOR: iPhone 14
17+
SIMULATOR: iPhone 15
1818
steps:
1919
- name: Install dependencies
2020
run: |
@@ -55,6 +55,9 @@ jobs:
5555
-scheme "Tinder"
5656
-destination "name=$SIMULATOR,OS=latest"
5757
-skipPackagePluginValidation
58+
CODE_SIGN_IDENTITY=""
59+
CODE_SIGNING_ALLOWED="NO"
60+
CODE_SIGNING_REQUIRED="NO"
5861
- name: Test
5962
working-directory: ${{ steps.mktemp.outputs.directory }}
6063
run: >

0 commit comments

Comments
 (0)