Skip to content

Commit

Permalink
Use ubuntu 24.04 with exclude python 3.7/3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier FAURAX <olivier.faurax@eu.equinix.com>
  • Loading branch information
ofaurax committed May 16, 2024
1 parent 8bbdf82 commit 3315097
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ jobs:
os-version:
- ubuntu-20.04
- ubuntu-22.04
# - ubuntu-24.04 # doesn't have python 3.7/3.8
- ubuntu-24.04
- ubuntu-latest
exclude:
- os-version: ubuntu-24.04
python-version: "3.7"
- os-version: ubuntu-24.04
python-version: "3.8"
runs-on: ${{matrix.os-version}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3315097

Please sign in to comment.