Skip to content

Commit 4ffa76c

Browse files
ci uses ubuntu-24.04 (#346)
* ci uses ubuntu-24.04 * python-version 3.9 * python-version 3.12 * Revert "python-version 3.12" This reverts commit 5fae702.
1 parent b546023 commit 4ffa76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-vint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88

99
jobs:
1010
ci:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1515
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
1616
with:
17-
python-version: 3.7
17+
python-version: 3.9
1818

1919
- name: Install project dependencies
2020
run: pip install vim-vint

0 commit comments

Comments
 (0)