Skip to content

Commit

Permalink
Use macos-13 for old ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Apr 30, 2024
1 parent ae1c787 commit 0f8efd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
os: [ 'ubuntu-latest', 'macos-13', 'windows-latest' ]
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
exclude:
- os: windows-latest
Expand Down

0 comments on commit 0f8efd6

Please sign in to comment.