File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
pre-commit :
10
10
name : Run pre-commit
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-20.04
12
12
steps :
13
13
- name : Checkout code
14
14
uses : actions/checkout@v4
23
23
24
24
unittests :
25
25
name : Run tests
26
- runs-on : ubuntu-latest
26
+ runs-on : ubuntu-20.04
27
27
28
28
strategy :
29
29
matrix :
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
pre-commit :
11
11
name : Run pre-commit
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-20.04
13
13
14
14
steps :
15
15
- name : Checkout code
25
25
26
26
unittests :
27
27
name : Run unittests
28
- runs-on : ubuntu-latest
28
+ runs-on : ubuntu-20.04
29
29
30
30
strategy :
31
31
matrix :
45
45
name : Pre-release (test-pypi)
46
46
needs : unittests
47
47
if : success()
48
- runs-on : ubuntu-latest
48
+ runs-on : ubuntu-20.04
49
49
50
50
steps :
51
51
- name : Checkout code
72
72
name : Release (pypi)
73
73
needs : prerelease
74
74
if : success() && (github.event_name == 'workflow_dispatch')
75
- runs-on : ubuntu-latest
75
+ runs-on : ubuntu-20.04
76
76
77
77
steps :
78
78
- name : Download artifact
You can’t perform that action at this time.
0 commit comments