We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-15-intel
1 parent e62d241 commit 4d8b753Copy full SHA for 4d8b753
1 file changed
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ${{ matrix.os }}
23
strategy:
24
matrix:
25
- os: [ "ubuntu-22.04", "macos-13" ] # , windows-latest ]
+ os: [ "ubuntu-22.04", "macos-15-intel" ] # , windows-latest ]
26
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
27
28
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
0 commit comments