Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Jul 23, 2024
1 parent b2ba1b3 commit dddf95f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
fail-fast: false
matrix:
include:
- runner: "macos-latest"
target: "ios"
- platform: "ubuntu-latest"
- runner: macos-latest
target: ios
- runner: ubuntu-latest
target: android

runs-on: ${{ matrix.platform }}
runs-on: ${{ matrix.runner }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dddf95f

Please sign in to comment.