We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d74133 commit 27cb422Copy full SHA for 27cb422
1 file changed
.github/workflows/manual-build.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
+ os: ['ubuntu-20.04', 'ubuntu-latest', 'macos-latest', 'windows-latest']
14
15
steps:
16
- uses: actions/checkout@v2
0 commit comments