Skip to content

Commit 04332f3

Browse files
committed
ci: Update to Ubuntu 22.04
1 parent aabd159 commit 04332f3

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/dist.yml

+13-3
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,23 @@ jobs:
8383
runs-on: ${{ matrix.os }}
8484
strategy:
8585
matrix:
86-
os: [windows-latest, macos-13, ubuntu-20.04]
87-
python_version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
86+
os:
87+
- windows-latest
88+
- macos-13
89+
- ubuntu-22.04
90+
python_version:
91+
- 3.7
92+
- 3.8
93+
- 3.9
94+
- "3.10"
95+
- "3.11"
96+
- "3.12"
97+
- "3.13"
8898
architecture: [x86, x64]
8999
exclude:
90100
- os: macos-13
91101
architecture: x86
92-
- os: ubuntu-20.04
102+
- os: ubuntu-22.04
93103
architecture: x86
94104

95105
steps:

0 commit comments

Comments
 (0)