Skip to content

Commit

Permalink
Run the jobs only on macOS because the dependency `compose.desktop.cu…
Browse files Browse the repository at this point in the history
…rrentOs` that might differ on different OSs is only used in the demo
  • Loading branch information
ShreckYe committed Nov 4, 2024
1 parent eccc63f commit bbb60b9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ on:
jobs:
check:

strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
runs-on: macos-latest
permissions:
contents: read

Expand All @@ -37,10 +34,7 @@ jobs:

dependency-submission:

strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
runs-on: macos-latest
permissions:
contents: write

Expand Down

0 comments on commit bbb60b9

Please sign in to comment.