We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed34a55 + 5fd8001 commit fb860e8Copy full SHA for fb860e8
.github/workflows/ci-cd.yml
@@ -21,7 +21,7 @@ env:
21
jobs:
22
build:
23
name: Build distribution 📦
24
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
25
timeout-minutes: 5
26
27
steps:
@@ -40,7 +40,7 @@ jobs:
40
41
test:
42
name: Test Python ${{ matrix.python-version }}
43
44
strategy:
45
matrix:
46
python-version:
@@ -90,7 +90,7 @@ jobs:
90
needs:
91
- build
92
- test
93
94
environment:
95
name: pypi
96
url: https://pypi.org/project/aiobotocore/${{ github.ref_name }}
0 commit comments