From d7891c4754fcad7c1b14d0ce1d268f71909c9c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:48:02 +0000 Subject: [PATCH] Ads runs-on for crates-publish action Solves issue in #70 --- .github/workflows/crates-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crates-publish.yml b/.github/workflows/crates-publish.yml index fb487f59..91107ce5 100644 --- a/.github/workflows/crates-publish.yml +++ b/.github/workflows/crates-publish.yml @@ -6,6 +6,7 @@ name: Check SemVer compliance and publish on release jobs: prepare: + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 @@ -25,6 +26,7 @@ jobs: - run: (head -n 1 semver_out | grep "\-> $current_version") || (echo "versioning mismatch" && return 1) publish: + runs-on: ubuntu-latest steps: - uses: katyo/publish-crates@v1 with: