Skip to content

Commit fb860e8

Browse files
authored
Merge pull request #1269 from jakob-keller/pin-ubuntu-in-ci
Pin CI/CD to run on ubuntu-24.04
2 parents ed34a55 + 5fd8001 commit fb860e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
build:
2323
name: Build distribution 📦
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-24.04
2525
timeout-minutes: 5
2626

2727
steps:
@@ -40,7 +40,7 @@ jobs:
4040

4141
test:
4242
name: Test Python ${{ matrix.python-version }}
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-24.04
4444
strategy:
4545
matrix:
4646
python-version:
@@ -90,7 +90,7 @@ jobs:
9090
needs:
9191
- build
9292
- test
93-
runs-on: ubuntu-latest
93+
runs-on: ubuntu-24.04
9494
environment:
9595
name: pypi
9696
url: https://pypi.org/project/aiobotocore/${{ github.ref_name }}

0 commit comments

Comments
 (0)