Skip to content

Commit

Permalink
Merge pull request #86 from jonnor/actions-fixup
Browse files Browse the repository at this point in the history
Fix CI build due to ubuntu-latest change
  • Loading branch information
Zepan authored Feb 5, 2025
2 parents 943b4df + 73afb95 commit 0532ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
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-latest
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.10"]
Expand All @@ -21,7 +21,7 @@ jobs:

- name: Install OS dependencies
run: |
sudo apt-get install -yqq python-tk git
sudo apt-get install -yqq python3-tk git
- name: Install Python dependencies
run: |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 0532ece

Please sign in to comment.