diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index b2b2b763556f..34961052cf47 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: latest cache: yarn # or pnpm / yarn cache-dependency-path: website/yarn.lock - name: Setup Pages diff --git a/.github/workflows/wsa-kernel.yml b/.github/workflows/wsa-kernel.yml index 4ec8c9c41292..5211d5a393ea 100644 --- a/.github/workflows/wsa-kernel.yml +++ b/.github/workflows/wsa-kernel.yml @@ -15,7 +15,7 @@ on: jobs: build: name: Build WSA-Kernel-${{ inputs.version }}-${{ inputs.arch }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion" CCACHE_NOHASHDIR: "true" @@ -36,11 +36,9 @@ jobs: key: llvm-12.0.1 - name: Setup LLVM - uses: KyleMayes/install-llvm-action@v1 + uses: KyleMayes/install-llvm-action@v2 with: version: "12.0.1" - force-version: true - ubuntu-version: "16.04" cached: ${{ steps.cache-llvm.outputs.cache-hit }} - name: Checkout KernelSU