Skip to content

Commit

Permalink
CI: macos-13 for Ruby 2.5
Browse files Browse the repository at this point in the history
This uses now-compatible "os" choices for Ruby 2.5.

This failed in the build of #31.
  • Loading branch information
olleolleolle authored and hsbt committed Aug 23, 2024
1 parent f23141c commit b141159
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ jobs:
needs: ruby-versions
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
fail-fast: false
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest, windows-latest ]
exclude:
- { os: macos-latest, ruby: '2.5' }
include:
- { os: macos-13, ruby: '2.5' }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b141159

Please sign in to comment.