We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18efe40 commit e1242c7Copy full SHA for e1242c7
1 file changed
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
22
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-12, ubuntu-20.04, windows-2022]
23
steps:
24
- uses: actions/checkout@v4
25
with:
0 commit comments