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 bfbd21a commit 0218eecCopy full SHA for 0218eec
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ env:
21
22
jobs:
23
test:
24
- runs-on: ${{ matrix.runs_on || 'ubuntu-20.04' }}
+ runs-on: ${{ matrix.runs_on || 'ubuntu-22.04' }}
25
timeout-minutes: 20
26
27
strategy:
0 commit comments