diff --git a/.github/workflows/audit_on_dispatch.yml b/.github/workflows/audit_on_dispatch.yml index 4f0d576d2a..4785c7d6e4 100644 --- a/.github/workflows/audit_on_dispatch.yml +++ b/.github/workflows/audit_on_dispatch.yml @@ -24,7 +24,7 @@ jobs: path: .github/workflows/support-files/notifications/deny.message notification: needs: cargo-deny - runs-on: ubuntu-20.04 + runs-on: custom-runner-linux steps: - name: Check out repository code uses: actions/checkout@v2