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 5575364 commit e001250Copy full SHA for e001250
.github/workflows/test.yml
@@ -18,17 +18,17 @@ jobs:
18
strategy:
19
matrix:
20
python-version: ["3.7"]
21
- os: ["ubuntu-latest", "windows-latest", "macos-latest"]
+ os: [ubuntu-20.04, windows-2019, macos-11]
22
include:
23
# set OS-specific cache paths
24
- - os: ubuntu-latest
+ - os: ubuntu-20.04
25
path: ~/.cache/pip
26
- - os: windows-latest
+ - os: windows-2019
27
path: ~\AppData\Local\pip\Cache
28
- - os: macos-latest
+ - os: macos-11
29
path: ~/Library/Caches/pip
30
# more combinations:
31
32
python-version: "pypy3.9"
33
34
steps:
0 commit comments