File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,26 +22,26 @@ jobs:
22
22
- " 3.12"
23
23
- " pypy-3.8"
24
24
os :
25
- - " ubuntu-20.04 "
26
- - " windows-2022 "
27
- - " macos-11 "
25
+ - " ubuntu-latest "
26
+ - " windows-latest "
27
+ - " macos-latest "
28
28
architecture :
29
29
- x64
30
30
- x86
31
31
32
32
include :
33
- # Only run coverage on ubuntu-20.04 , except on pypy3
34
- - os : " ubuntu-20.04 "
33
+ # Only run coverage on ubuntu-latest , except on pypy3
34
+ - os : " ubuntu-latest "
35
35
pytest-args : " --cov"
36
- - os : " ubuntu-20.04 "
36
+ - os : " ubuntu-latest "
37
37
py : " pypy-3.8"
38
38
pytest-args : " "
39
39
40
40
exclude :
41
- # Linux and macOS don 't have x86 python
42
- - os : " ubuntu-20.04 "
41
+ # Linux doesn 't have x86 python
42
+ - os : " ubuntu-latest "
43
43
architecture : x86
44
- - os : " macos-11 "
44
+ - os : " macos-latest "
45
45
architecture : x86
46
46
47
47
name : " Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
57
57
- name : Running tox
58
58
run : tox -e py -- ${{ matrix.pytest-args }}
59
59
coverage :
60
- runs-on : ubuntu-20.04
60
+ runs-on : ubuntu-latest
61
61
name : Validate coverage
62
62
steps :
63
63
- uses : actions/checkout@v4
69
69
- run : pip install tox
70
70
- run : tox -e py312-cover,coverage
71
71
docs :
72
- runs-on : ubuntu-20.04
72
+ runs-on : ubuntu-latest
73
73
name : Build the documentation
74
74
steps :
75
75
- uses : actions/checkout@v4
81
81
- run : pip install tox
82
82
- run : tox -e docs
83
83
lint :
84
- runs-on : ubuntu-20.04
84
+ runs-on : ubuntu-latest
85
85
name : Lint the package
86
86
steps :
87
87
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments