From 4010c895a5d9e4fa189eb724c0ef4c48dc16ee55 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 15 Jul 2025 14:11:12 +1000 Subject: [PATCH 1/4] ci uses ubuntu-24.04 --- .github/workflows/ci-vint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-vint.yml b/.github/workflows/ci-vint.yml index 97c1062..1b0cb57 100644 --- a/.github/workflows/ci-vint.yml +++ b/.github/workflows/ci-vint.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 From ef15791ae8c3eaaa9f246e2bd62f53e210e80954 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 15 Jul 2025 14:16:27 +1000 Subject: [PATCH 2/4] python-version 3.9 --- .github/workflows/ci-vint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-vint.yml b/.github/workflows/ci-vint.yml index 1b0cb57..a34be15 100644 --- a/.github/workflows/ci-vint.yml +++ b/.github/workflows/ci-vint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 with: - python-version: 3.7 + python-version: 3.9 - name: Install project dependencies run: pip install vim-vint From 5fae70237c7ad0882a75b548c48690ab2c49065d Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 15 Jul 2025 14:23:21 +1000 Subject: [PATCH 3/4] python-version 3.12 --- .github/workflows/ci-vint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-vint.yml b/.github/workflows/ci-vint.yml index a34be15..c458025 100644 --- a/.github/workflows/ci-vint.yml +++ b/.github/workflows/ci-vint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 with: - python-version: 3.9 + python-version: 3.12 - name: Install project dependencies run: pip install vim-vint From 4a3c7a2e39323166eb547021b59aed797993a515 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 15 Jul 2025 14:25:51 +1000 Subject: [PATCH 4/4] Revert "python-version 3.12" This reverts commit 5fae70237c7ad0882a75b548c48690ab2c49065d. --- .github/workflows/ci-vint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-vint.yml b/.github/workflows/ci-vint.yml index c458025..a34be15 100644 --- a/.github/workflows/ci-vint.yml +++ b/.github/workflows/ci-vint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 with: - python-version: 3.12 + python-version: 3.9 - name: Install project dependencies run: pip install vim-vint