We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b53bd commit 1f0df53Copy full SHA for 1f0df53
.github/workflows/Build.yml
@@ -14,10 +14,11 @@ jobs:
14
with:
15
xcode-version: 26.1
16
17
- - name: Install Project Tools
18
- uses: jdx/mise-action@v3
+ - name: Setup Ruby
+ uses: ruby/setup-ruby@v1
19
20
- experimental: true
+ ruby-version: 3.1.2
21
+ bundler-cache: true
22
23
- name: Building iOS app
24
run: exec ./.github/scripts/build_app.sh
Gemfile.lock
@@ -105,6 +105,7 @@ GEM
105
rexml (>= 3.3.6, < 4.0)
106
107
PLATFORMS
108
+ arm64-darwin-22
109
x86_64-darwin-23
110
111
DEPENDENCIES
0 commit comments