We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fa653 commit 533ab91Copy full SHA for 533ab91
1 file changed
.github/workflows/ci-build.yml
@@ -8,8 +8,7 @@ on:
8
9
jobs:
10
build:
11
- # Avoiding -latest due to https://github.com/actions/setup-python/issues/162
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
13
timeout-minutes: 15
14
strategy:
15
fail-fast: false
@@ -22,7 +21,6 @@ jobs:
22
21
- "3.9"
23
- "3.8"
24
- "3.7"
25
- - "3.6"
26
- "pypy3.10"
27
env:
28
CI_LARGE_SOCKET_MODE_PAYLOAD_TESTING_DISABLED: "1"
0 commit comments