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 15c1364 commit 4444e3dCopy full SHA for 4444e3d
.github/workflows/testing.yml
@@ -13,12 +13,12 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: [ubuntu-latest, macos-11, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
17
python-version: ["3.10"]
18
include:
19
- os: ubuntu-latest
20
path: ~/.cache/pip
21
- - os: macos-11
+ - os: macos-latest
22
path: ~/Library/Caches/pip
23
- os: windows-latest
24
path: ~\AppData\Local\pip\Cache
0 commit comments