Skip to content

Commit

Permalink
Merge pull request #1269 from jakob-keller/pin-ubuntu-in-ci
Browse files Browse the repository at this point in the history
Pin CI/CD to run on ubuntu-24.04
  • Loading branch information
jakob-keller authored Jan 18, 2025
2 parents ed34a55 + 5fd8001 commit fb860e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
build:
name: Build distribution 📦
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 5

steps:
Expand All @@ -40,7 +40,7 @@ jobs:

test:
name: Test Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
needs:
- build
- test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment:
name: pypi
url: https://pypi.org/project/aiobotocore/${{ github.ref_name }}
Expand Down

0 comments on commit fb860e8

Please sign in to comment.