We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f0552 commit ec7123dCopy full SHA for ec7123d
.github/workflows/test-and-build.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- os: [ubuntu-22.04, windows-2019, macos-latest]
+ os: [ubuntu-20.04, windows-2019, macos-latest]
20
fail-fast: false
21
22
runs-on: ${{ matrix.os }}
0 commit comments