Skip to content

Commit

Permalink
Rebuild ruby-3.0.x with vendored libssl on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 13, 2024
1 parent 8b2a037 commit 80d1e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-12, macos-14 ]
ruby: [ruby-3.0.7]
ruby: [ruby-3.0.0-preview1, ruby-3.0.0-preview2, ruby-3.0.0-rc1, ruby-3.0.0, ruby-3.0.1, ruby-3.0.2, ruby-3.0.3, ruby-3.0.4, ruby-3.0.5, ruby-3.0.6, ruby-3.0.7]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 80d1e11

Please sign in to comment.