We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b544194 commit a5bbaa7Copy full SHA for a5bbaa7
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
22
- os: [ubuntu-20.04, windows-2019, macos-11]
+ os: [ubuntu-latest, windows-latest, macos-latest]
23
24
steps:
25
- uses: actions/checkout@v3
0 commit comments