Skip to content

Commit

Permalink
fix ruby 3.0 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Jul 8, 2024
1 parent 2f0e029 commit 4052ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: cross-gem
with:
platform: ${{ matrix.platform }}
ruby-versions: 2.7,${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions) }}
ruby-versions: 2.7,3.0,${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions) }}

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4052ab3

Please sign in to comment.