From 414e1e64d1c0993e056ad33ac67e4b9302d9c446 Mon Sep 17 00:00:00 2001 From: Billie Thompson Date: Thu, 5 Oct 2023 10:10:39 +0200 Subject: [PATCH] ci: Try capitalising the runs on --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 237b122..c548390 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -32,7 +32,7 @@ jobs: download-artifacts: true demo: - runs-on: self-hosted + runs-on: [self-hosted, Linux, X64] steps: - uses: actions/checkout@v4 - run: echo "Hello world"