From 16cabadc64fc5cea0060404063dffcd46c946e21 Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Sat, 4 Apr 2026 14:48:50 +0100 Subject: [PATCH 1/2] Update submodule --- kitten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitten b/kitten index 3b9947f..bd5695d 160000 --- a/kitten +++ b/kitten @@ -1 +1 @@ -Subproject commit 3b9947fc5ae08434d0d3f61cb2ea22d13911732d +Subproject commit bd5695d82175b79b5b685eb9c0475ad992e7cb70 From 7fd618657e58d25055c6a865662e381ebdf226b4 Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Sat, 4 Apr 2026 14:49:42 +0100 Subject: [PATCH 2/2] CI: Update workflow 1/ Update the runner, 20.04 no longer exists 2/ Update for deprecation of Node 20 --- .github/workflows/ci-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 66da5e4..be751c7 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -3,7 +3,6 @@ on: pull_request: types: - opened - - edited - ready_for_review - reopened - synchronize @@ -13,11 +12,11 @@ jobs: build: if: contains(github.event.head_commit.message, '[skip ci]') == false - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository and submodules - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: recursive