Skip to content

Commit

Permalink
ci: exclude failing MacOS and Windows jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Jan 26, 2024
1 parent 3e303c7 commit 5278406
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,36 @@ jobs:
gemfile: openssl_3_1
- ruby: '2.5'
gemfile: openssl_3_1
- ruby: '3.1'
gemfile: openssl_2_2
os: macos-latest
- ruby: '3.1'
gemfile: openssl_2_1
os: macos-latest
- ruby: '3.2'
gemfile: openssl_2_2
os: macos-latest
- ruby: '3.2'
gemfile: openssl_2_1
os: macos-latest
- ruby: '3.2'
gemfile: openssl_3_0
os: macos-latest
- ruby: '3.2'
gemfile: openssl_3_1
os: macos-latest
- ruby: '3.2'
gemfile: openssl_2_2
os: windows-latest
- ruby: '3.2'
gemfile: openssl_2_1
os: windows-latest
- ruby: '3.2'
gemfile: openssl_3_0
os: windows-latest
- ruby: '3.2'
gemfile: openssl_3_1
os: windows-latest
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand Down

0 comments on commit 5278406

Please sign in to comment.