From 5f35f0b40dfe7b51f0d828c8e30971ee08152f09 Mon Sep 17 00:00:00 2001 From: Celica Sylphil <64072399+natsumerinchan@users.noreply.github.com> Date: Sun, 2 Jun 2024 23:19:49 +0800 Subject: [PATCH] KernelSU v0.9.5: The latest version for non-gki devices --- .github/workflows/PixelExperience.yml | 2 +- .github/workflows/PixelOS.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PixelExperience.yml b/.github/workflows/PixelExperience.yml index aabe23f..716f399 100644 --- a/.github/workflows/PixelExperience.yml +++ b/.github/workflows/PixelExperience.yml @@ -38,7 +38,7 @@ on: KERNELSU_TAG: description: 'Choose KernelSU branch or tag' required: false - default: "main" + default: "v0.9.5" type: string jobs: diff --git a/.github/workflows/PixelOS.yml b/.github/workflows/PixelOS.yml index eb4733f..e4d8390 100644 --- a/.github/workflows/PixelOS.yml +++ b/.github/workflows/PixelOS.yml @@ -38,7 +38,7 @@ on: KERNELSU_TAG: description: 'Choose KernelSU branch or tag' required: false - default: main + default: "v0.9.5" type: string jobs: