Skip to content

Commit

Permalink
Run the "dependency-submission" job only on macOS because the depende…
Browse files Browse the repository at this point in the history
…ncy `compose.desktop.currentOs` that might differ on different OSs is only used in the demo
  • Loading branch information
ShreckYe committed Nov 4, 2024
1 parent eccc63f commit b72964f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,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 b72964f

Please sign in to comment.