From 044d00d8d1e965bfcaa5b190e8c282f8a1541a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CEli?= Date: Thu, 15 Feb 2024 20:57:15 +0000 Subject: [PATCH] --- .github/workflows/pull_request.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a05d767e..f4451719 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,8 +23,7 @@ jobs: matrix: target: [x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu] name: Build CLI for ${{ matrix.target }} - # trunk-ignore(actionlint/runner-label) - runs-on: [self-hosted, ubuntu-x64] + runs-on: [self-hosted, linux] steps: - name: Checkout uses: actions/checkout@v4 @@ -55,7 +54,7 @@ jobs: build: name: Unit Tests - runs-on: [self-hosted, ubuntu-x64] + runs-on: [self-hosted, linux] steps: - uses: actions/checkout@v4