We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38965f commit 81fffecCopy full SHA for 81fffec
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ${{ matrix.os }}
49
strategy:
50
matrix:
51
- os: [macos-11, ubuntu-latest, windows-latest]
+ os: [macos-latest, ubuntu-latest, windows-latest]
52
fail-fast: false
53
steps:
54
- uses: actions/checkout@v2
0 commit comments