Skip to content

Commit e97b846

Browse files
committed
ci: update GitHub Actions to use Ubuntu 22.04 runner
1 parent cb1d6e9 commit e97b846

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
strategy:
11-
matrix:
12-
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
13-
urllib3-line: ["lt2", "ge2"]
14-
exclude:
15-
- python: "3.7"
16-
urllib3-line: "ge2"
17-
- python: "3.8"
18-
urllib3-line: "ge2"
11+
matrix:
12+
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
13+
urllib3-line: ["lt2", "ge2"]
14+
exclude:
15+
- python: "3.7"
16+
urllib3-line: "ge2"
17+
- python: "3.8"
18+
urllib3-line: "ge2"
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Set up Python

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
1010
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']

0 commit comments

Comments
 (0)