Skip to content

Commit

Permalink
Fixed build failure of macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 1, 2024
1 parent 66e90f1 commit 775a7ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
min_version: 2.5
engine: cruby-truffleruby
min_version: 2.3
test:
needs: ruby-versions
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, head, truffleruby-head ]
os: [ ubuntu-latest, macos-latest ]
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-13 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 775a7ad

Please sign in to comment.