Skip to content

Commit 89ca8a8

Browse files
committed
Switch to Ubuntu 24.04 and Python 3.12 in CI
1 parent 74d4020 commit 89ca8a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66

77
jobs:
88
check-scripts:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
name: Check scripts
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: "3.10"
16+
python-version: "3.12"
1717
- name: Install dependencies
1818
run: pip install weechat-script-lint
1919
- name: Check scripts

0 commit comments

Comments
 (0)