We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734c3a0 commit 6f25b5cCopy full SHA for 6f25b5c
.github/workflows/database.yml
@@ -48,6 +48,9 @@ jobs:
48
steps:
49
- name: Checkout
50
uses: actions/checkout@main
51
+ - name: Select Xcode version
52
+ run: |
53
+ sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
54
- name: List
55
run: |
56
xcodebuild -list
.github/workflows/emailauth.yml
@@ -68,6 +68,9 @@ jobs:
68
69
70
71
72
73
74
- name: Setup
75
run: gem install bundler; bundle install
76
- name: Build
0 commit comments