From eee97dc14e97e49e989eed9e2f57c6b38f25dc22 Mon Sep 17 00:00:00 2001 From: KevinB <67744786+KevinBTech@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:43:38 +0200 Subject: [PATCH] ci: remove macos target from build --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e27445b..c1a2872 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,6 @@ jobs: matrix: os: - "ubuntu-24.04" - - "macos-15" dotnet-version: - "net8.0" runs-on: ${{ matrix.os }}