diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5bc861a392c..00d2b7da776e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Checkout Kernel Source @@ -19,7 +19,7 @@ jobs: run: | export KBUILD_BUILD_USER=notnoelchannel export KBUILD_BUILD_HOST=unlegacy-devices - make -j22 ARCH=arm64 lineageos_a3xelte-octa_defconfig + make -j22 ARCH=arm64 lineageos_a3xelte_defconfig make -j128 - name: Moving Output # CI only run: |