From c86543c91b334bc49d5f3630ca599cf32625cf90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 25 Dec 2023 16:53:23 -0800 Subject: [PATCH] github: added self-hosted sonoma runner --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 439b1d8..8436b24 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-22.04, macos-13] + os: [ubuntu-22.04, macos-13, self-hosted] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew