From fd5388fa15d73e84c34c2f29dd7f0e30549dc00d Mon Sep 17 00:00:00 2001 From: Pia Date: Thu, 24 Oct 2024 12:29:43 +0900 Subject: [PATCH] ci --- .github/workflows/prove.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prove.yml b/.github/workflows/prove.yml index b83ff07..622ed23 100644 --- a/.github/workflows/prove.yml +++ b/.github/workflows/prove.yml @@ -16,10 +16,10 @@ jobs: fail-fast: true matrix: rust-version: [stable] - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] name: Build and Test - runs-on: ${{ matrix.os }} # Use the OS from the matrix (Ubuntu/MacOS) + runs-on: ${{ matrix.os }} steps: - name: Checkout Repository