Skip to content

Commit

Permalink
tests: fix CI image name
Browse files Browse the repository at this point in the history
  • Loading branch information
hartungstenio committed Dec 18, 2024
1 parent 3331f00 commit b22a814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- {name: Python 3.10, python: '3.10', os: ubuntu}
- {name: Python 3.11, python: '3.11', os: ubuntu}
- {name: Python 3.12, python: '3.12', os: ubuntu}
- {name: Python 3.12, python: '3.13', os: ubuntu}
- {name: Python 3.13, python: '3.13', os: ubuntu}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
Expand Down

0 comments on commit b22a814

Please sign in to comment.