We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d4020 commit 89ca8a8Copy full SHA for 89ca8a8
1 file changed
.github/workflows/ci.yml
@@ -6,14 +6,14 @@ on:
6
7
jobs:
8
check-scripts:
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
10
name: Check scripts
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version: "3.10"
+ python-version: "3.12"
17
- name: Install dependencies
18
run: pip install weechat-script-lint
19
- name: Check scripts
0 commit comments