Skip to content

Commit

Permalink
ci: exclude running jobs for openssl < 3 in macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolastemciuc committed Dec 16, 2024
1 parent e11c078 commit 8ea21e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ jobs:
- ruby: '3.2'
gemfile: openssl_2_1
os: windows-latest
- ruby: '3.3'
gemfile: openssl_2_2
os: macos-13
- ruby: '3.3'
gemfile: openssl_2_1
os: macos-13
- ruby: '3.3'
gemfile: openssl_2_2
os: windows-latest
- ruby: '3.3'
gemfile: openssl_2_1
os: windows-latest
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand Down

0 comments on commit 8ea21e0

Please sign in to comment.