From 77264b9d1973eb539666659c4578260c5dd37d5f Mon Sep 17 00:00:00 2001 From: Lamparter <71598437+Lamparter@users.noreply.github.com> Date: Sat, 14 Dec 2024 10:58:32 +0000 Subject: [PATCH] Remove macOS build from CI --- .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 fcd03b5..ac58a03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - Riverside.Markup.CompilerServices - Riverside.Markup.InteropServices # Add more projects here as needed - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest] outputs: normalized_name: ${{ steps.normalize_name.outputs.normalized_name }}