ci: use ubuntu-latest for wsa build

This commit is contained in:
tiann
2023-02-21 23:56:19 +08:00
parent fafdacfc41
commit 572708c283

View File

@@ -29,7 +29,7 @@ jobs:
date: "20220906" date: "20220906"
name: Build WSA-Kernel-${{ matrix.version }}-${{ matrix.arch }} name: Build WSA-Kernel-${{ matrix.version }}-${{ matrix.arch }}
runs-on: ubuntu-18.04 runs-on: ubuntu-latest
env: env:
CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion" CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion"
CCACHE_NOHASHDIR: "true" CCACHE_NOHASHDIR: "true"