Skip to content

Commit

Permalink
Merge pull request #76 from eregon/macos-13
Browse files Browse the repository at this point in the history
Switch to macos-13 in CI
  • Loading branch information
eregon authored Jan 15, 2024
2 parents 2561e12 + ef35c85 commit ca96f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ 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 ]
os: [ ubuntu-latest, macos-13, windows-latest ]
include:
- ruby: mswin
os: windows-latest
Expand Down

0 comments on commit ca96f12

Please sign in to comment.