From d202f8752c751a743eed0da8811bcfe852fc3f3b Mon Sep 17 00:00:00 2001 From: Alex Shelkovnykov Date: Sat, 20 May 2023 14:22:21 +0000 Subject: [PATCH] build: disable MacOS CI build --- .github/workflows/ares-shared.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ares-shared.yml b/.github/workflows/ares-shared.yml index 78e032b..e34d757 100644 --- a/.github/workflows/ares-shared.yml +++ b/.github/workflows/ares-shared.yml @@ -10,10 +10,7 @@ defaults: jobs: build: - strategy: - matrix: - os: [ 'ubuntu-latest', 'macos-latest' ] - runs-on: ${{ matrix.os }} + runs-on: 'ubuntu-latest' steps: - uses: actions/checkout@v3