@@ -30,48 +30,48 @@ jobs:
30
30
fail-fast : false
31
31
matrix :
32
32
config :
33
- - os : ubuntu-20.04
34
- runs_on : ubuntu-20.04
35
- container : ubuntu:20.04
36
- py_platform : manylinux_2_31_x86_64
37
- python_version : " 3.7"
38
- docs : false
39
- docs_cmake : OFF
40
- - os : ubuntu-20.04
41
- runs_on : ubuntu-20.04
42
- container : ubuntu:20.04
43
- py_platform : manylinux_2_31_x86_64
33
+ - os : ubuntu-22.04
34
+ runs_on : ubuntu-22.04
35
+ container : ubuntu:22.04
36
+ py_platform : manylinux_2_35_x86_64
44
37
python_version : " 3.8"
45
38
docs : true
46
39
docs_cmake : ON
47
- - os : ubuntu-20 .04
48
- runs_on : ubuntu-20 .04
49
- container : ubuntu:20 .04
50
- py_platform : manylinux_2_31_x86_64
40
+ - os : ubuntu-22 .04
41
+ runs_on : ubuntu-22 .04
42
+ container : ubuntu:22 .04
43
+ py_platform : manylinux_2_35_x86_64
51
44
python_version : " 3.9"
52
45
docs : true
53
46
docs_cmake : ON
54
- - os : ubuntu-20 .04
55
- runs_on : ubuntu-20 .04
56
- container : ubuntu:20 .04
57
- py_platform : manylinux_2_31_x86_64
47
+ - os : ubuntu-22 .04
48
+ runs_on : ubuntu-22 .04
49
+ container : ubuntu:22 .04
50
+ py_platform : manylinux_2_35_x86_64
58
51
python_version : " 3.10"
59
52
docs : true
60
53
docs_cmake : ON
61
- - os : ubuntu-20 .04
62
- runs_on : ubuntu-20 .04
63
- container : ubuntu:20 .04
64
- py_platform : manylinux_2_31_x86_64
54
+ - os : ubuntu-22 .04
55
+ runs_on : ubuntu-22 .04
56
+ container : ubuntu:22 .04
57
+ py_platform : manylinux_2_35_x86_64
65
58
python_version : " 3.11.0"
66
59
docs : true
67
60
docs_cmake : ON
68
- - os : ubuntu-20 .04
69
- runs_on : ubuntu-20 .04
70
- container : ubuntu:20 .04
71
- py_platform : manylinux_2_31_x86_64
61
+ - os : ubuntu-22 .04
62
+ runs_on : ubuntu-22 .04
63
+ container : ubuntu:22 .04
64
+ py_platform : manylinux_2_35_x86_64
72
65
python_version : " 3.12.0"
73
66
docs : true
74
67
docs_cmake : ON
68
+ - os : ubuntu-22.04
69
+ runs_on : ubuntu-22.04
70
+ container : ubuntu:22.04
71
+ py_platform : manylinux_2_35_x86_64
72
+ python_version : " 3.13.0"
73
+ docs : true
74
+ docs_cmake : ON
75
75
env :
76
76
DEBIAN_FRONTEND : noninteractive
77
77
steps :
@@ -159,7 +159,7 @@ jobs:
159
159
name : ' python-docs-${{ matrix.config.os }}-${{ matrix.config.python_version }}'
160
160
path : ws/build/tesseract_python/docs/*
161
161
build-win :
162
- runs-on : windows-2019
162
+ runs-on : windows-2022
163
163
strategy :
164
164
fail-fast : false
165
165
matrix :
@@ -188,6 +188,10 @@ jobs:
188
188
vcpkg_triplet : x64-windows-release
189
189
cmake_arch : x64
190
190
python_version : " 3.12.0"
191
+ - arch : x64
192
+ vcpkg_triplet : x64-windows-release
193
+ cmake_arch : x64
194
+ python_version : " 3.13.0"
191
195
steps :
192
196
- uses : actions/checkout@v2
193
197
with :
@@ -361,7 +365,7 @@ jobs:
361
365
- build-win
362
366
- build-ubuntu
363
367
- build-macos
364
- runs-on : ubuntu-20 .04
368
+ runs-on : ubuntu-22 .04
365
369
steps :
366
370
- uses : actions/checkout@v2
367
371
with :
0 commit comments