Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 21, 2024
1 parent a44b920 commit efc2f47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ jobs:
fail-fast: false
matrix:
include:
# sometimes hangs with Ruby 3.3 on ubuntu-22.04
- ruby: 3.3
os: ubuntu-20.04
# sometimes hangs with Ruby 3.3 on CI
# - ruby: 3.3
# os: ubuntu-22.04
- ruby: 3.2
os: ubuntu-20.04
- ruby: 3.1
os: macos-latest
- ruby: "3.0"
os: windows-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 10
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit efc2f47

Please sign in to comment.