We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb43402 commit 08f538fCopy full SHA for 08f538f
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
16
- os: [ macOS-latest ]
+ os: [ macOS-12 ]
17
runs-on: ${{ matrix.os }}
18
19
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
0 commit comments