diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index 5d777743..14fa4675 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -7,7 +7,7 @@ permissions: jobs: crossarch-check: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Build on ${{ matrix.arch }} strategy: diff --git a/Cargo.toml b/Cargo.toml index 2ceb6a70..000388d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ version = "0.2.26" authors = ["Colin Walters "] edition = "2021" rust-version = "1.75.0" +homepage = "https://github.com/coreos/bootupd" include = ["src", "LICENSE", "Makefile", "systemd"]