From c2634175b2fdf4eb6ec2439fcf8301356f53beb4 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 27 Aug 2024 18:31:58 +0300 Subject: [PATCH] Update ci.yml --- .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 c7bcef0..5faf612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest ] fail-fast: true steps: - uses: actions/checkout@v4