Skip to content

Commit b77a65d

Browse files
authored
feat: explicitly configure tuist version (#61)
1 parent 3b13975 commit b77a65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
echo "Available macOS versions:"
1616
curl -s https://api.github.com/meta | jq -r '.runner | .macos'
17-
17+
1818
build:
1919
name: Build and Test default scheme using any available iPhone simulator
2020
runs-on: macos-14
@@ -31,7 +31,7 @@ jobs:
3131
- name: Mise
3232
uses: jdx/mise-action@v2
3333
- name: Install Tuist
34-
run: mise install tuist
34+
run: mise install tuist@4.21.1
3535
- name: Use Tuist
3636
run: mise use -g tuist
3737
- name: Build

0 commit comments

Comments
 (0)