Skip to content

Commit

Permalink
Switch to Ubuntu 24.04 and Python 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Oct 19, 2024
1 parent 74d4020 commit 89ca8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
check-scripts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Check scripts
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: pip install weechat-script-lint
- name: Check scripts
Expand Down

0 comments on commit 89ca8a8

Please sign in to comment.