Skip to content

Commit

Permalink
CI: update some more things
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 10, 2025
1 parent 69245d6 commit a4c1022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.10
cache: 'poetry'

- name: Install Python dependencies
Expand Down

0 comments on commit a4c1022

Please sign in to comment.