From e7b21e60780bd48246b81c5c6c4cec138582394f Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Sun, 12 Jul 2026 10:36:26 -0700 Subject: [PATCH 1/2] Bump workflows to Ubuntu 26.04 --- .github/workflows/ci-vint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-vint.yml b/.github/workflows/ci-vint.yml index 3ba7ddb..6860844 100644 --- a/.github/workflows/ci-vint.yml +++ b/.github/workflows/ci-vint.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 952e621..2436921 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout repository uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 From 7e2c6563ad28383703911b21369b1d195e1fa7c7 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Sun, 12 Jul 2026 11:04:33 -0700 Subject: [PATCH 2/2] Bump the Python version used --- .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 6860844..6018599 100644 --- a/.github/workflows/ci-vint.yml +++ b/.github/workflows/ci-vint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 with: - python-version: 3.9 + python-version: 3.11 - name: Install project dependencies run: pip install vim-vint