From 05775a71dd49c472281fb9ccc045f1329ecb986b Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:39:02 +0000 Subject: [PATCH] Use self-hosted instead of GH runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e26c417..74e98c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - ubuntu-latest - [self-hosted, linux-arm64] - macos-latest - - macos-13-xlarge + - [self-hosted, macos, arm64] - windows-latest steps: - name: checkout