Skip to content

Commit ff77b99

Browse files
committed
Use ubuntu 22.04 and windows-2022
1 parent 6b05d61 commit ff77b99

File tree

1 file changed

+33
-29
lines changed

1 file changed

+33
-29
lines changed

.github/workflows/wheels.yml

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -30,48 +30,48 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
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
4437
python_version: "3.8"
4538
docs: true
4639
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
5144
python_version: "3.9"
5245
docs: true
5346
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
5851
python_version: "3.10"
5952
docs: true
6053
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
6558
python_version: "3.11.0"
6659
docs: true
6760
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
7265
python_version: "3.12.0"
7366
docs: true
7467
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
7575
env:
7676
DEBIAN_FRONTEND: noninteractive
7777
steps:
@@ -159,7 +159,7 @@ jobs:
159159
name: 'python-docs-${{ matrix.config.os }}-${{ matrix.config.python_version }}'
160160
path: ws/build/tesseract_python/docs/*
161161
build-win:
162-
runs-on: windows-2019
162+
runs-on: windows-2022
163163
strategy:
164164
fail-fast: false
165165
matrix:
@@ -188,6 +188,10 @@ jobs:
188188
vcpkg_triplet: x64-windows-release
189189
cmake_arch: x64
190190
python_version: "3.12.0"
191+
- arch: x64
192+
vcpkg_triplet: x64-windows-release
193+
cmake_arch: x64
194+
python_version: "3.13.0"
191195
steps:
192196
- uses: actions/checkout@v2
193197
with:
@@ -361,7 +365,7 @@ jobs:
361365
- build-win
362366
- build-ubuntu
363367
- build-macos
364-
runs-on: ubuntu-20.04
368+
runs-on: ubuntu-22.04
365369
steps:
366370
- uses: actions/checkout@v2
367371
with:

0 commit comments

Comments
 (0)