diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4f987d7..5cfd726 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,7 +4,7 @@ name: Code coverage with grcov jobs: grcov: - runs-on: self-hosted + runs-on: ubuntu-latest strategy: matrix: os: @@ -54,7 +54,7 @@ jobs: path-to-lcov: ${{ steps.coverage.outputs.report }} grcov_finalize: - runs-on: self-hosted + runs-on: ubuntu-latest needs: grcov steps: - name: Coveralls finalization diff --git a/Cargo.toml b/Cargo.toml index 8c7de1e..0a31d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "binary_rw" version = "4.0.4" -authors = ["Mathias Danielsen "] +authors = ["Mathias Danielsen "] edition = "2021" description = "A binary reader/writer library for rust"