Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Oct 24, 2024
1 parent a9f4553 commit fd5388f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd5388f

Please sign in to comment.