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 9
9
jobs :
10
10
check-style :
11
11
name : Find Trailing Whitespace
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-22 .04
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Find Trailing Whitespace
26
26
27
27
build :
28
28
name : Generate python files from ui
29
- runs-on : ubuntu-20 .04
29
+ runs-on : ubuntu-22 .04
30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- name : Remove broken apt repos [Ubuntu]
47
47
path : robot_log_visualizer/ui/autogenerated
48
48
49
49
deploy :
50
- runs-on : ubuntu-20 .04
50
+ runs-on : ubuntu-22 .04
51
51
needs : [build]
52
52
if : github.ref == 'refs/heads/main'
53
53
steps :
Original file line number Diff line number Diff line change 19
19
python-version :
20
20
- 3.8
21
21
os :
22
- - ubuntu-20 .04
22
+ - ubuntu-22 .04
23
23
# - macos-latest
24
24
# - windows-latest
25
25
48
48
49
49
deploy_test_PyPI :
50
50
name : 📦 Deploy to TestPyPI
51
- runs-on : ubuntu-20 .04
51
+ runs-on : ubuntu-22 .04
52
52
needs : [build_wheels]
53
53
if : github.ref == 'refs/heads/main'
54
54
steps :
68
68
69
69
deploy_PyPI :
70
70
name : 📦 Deploy to PyPI
71
- runs-on : ubuntu-20 .04
71
+ runs-on : ubuntu-22 .04
72
72
needs : [build_wheels]
73
73
if : startsWith(github.ref, 'refs/tags')
74
74
steps :
You can’t perform that action at this time.
0 commit comments