Skip to content

Commit

Permalink
Fix ruby version not found. (#414)
Browse files Browse the repository at this point in the history
* Fix ruby version for Danger not found.

* Update ruby for Danger to 2.7.8.

* Also update ruby for XCTests jobs to 2.7.8
  • Loading branch information
Zandor300 authored May 21, 2024
1 parent 4b85958 commit 82b1686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.6.3
ruby-version: 2.7.8

- uses: MeilCli/danger-action@v5
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.6.3
ruby-version: 2.7.8

- name: xcodebuild
run: set -o pipefail && xcodebuild -scheme DeviceKit -destination "${{ matrix.platform }}" -configuration Debug ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES test

0 comments on commit 82b1686

Please sign in to comment.