Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 0e390ce

Browse files
committed
Use system Ruby version
1 parent 1e62834 commit 0e390ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: sed -i '' -E '/apollographql\/apollo-ios/s/"[0-9.]+"/"${{ matrix.apollo }}"/' Cartfile.resolved
5959
- uses: ruby/setup-ruby@v1
6060
with:
61-
ruby-version: 2.6
61+
ruby-version: system
6262
bundler-cache: true
6363
env:
6464
BUNDLE_WITHOUT: development:documentation
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@v2
100100
- uses: ruby/setup-ruby@v1
101101
with:
102-
ruby-version: 2.6
102+
ruby-version: system
103103
bundler-cache: true
104104
env:
105105
BUNDLE_WITHOUT: documentation:test

0 commit comments

Comments
 (0)