Skip to content

Commit

Permalink
cd: use include to limit the matrix multiplication
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Apr 22, 2024
1 parent 0e3c787 commit 353fa5e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,26 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-latest
- windows-latest
- macos-latest
- macos-latest
platforms:
- linux
- android
- windows
- ios
- macos
include:
- os: ubuntu-latest
platforms: linux
- os: ubuntu-latest
platforms: android
- os: windows-latest
platforms: windows
- os: macos-latest
platforms: ios
- os: macos-latest
platforms: macos
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 353fa5e

Please sign in to comment.