Skip to content

Commit

Permalink
fix: ruby offer
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhihi committed Apr 26, 2024
1 parent bd7e32b commit edc2689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: actions/checkout@v3

- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true

- name: Set Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.2.0.app/Contents/Developer'
Expand Down

0 comments on commit edc2689

Please sign in to comment.