Skip to content

Commit

Permalink
Fix bad ruby version error on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlauzon committed Apr 24, 2024
1 parent 994a69e commit 87d54ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-upload-ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
strategy:
matrix:
node-version: [18.x]
ruby-version: [3.2.1]
ruby-version: [3.3]

steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1.138.0
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
Expand Down

0 comments on commit 87d54ab

Please sign in to comment.