diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d02ce8..82b89a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: lint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -16,10 +16,11 @@ jobs: - name: clippy env: BASEDIR: "." - run: cargo clippy + run: cargo clippy --target x86_64-unknown-uefi -- -D warnings + continue-on-error: true build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4