Skip to content

Commit

Permalink
Remove OS from matrix in 'test' CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
xRuiAlves committed May 20, 2024
1 parent e31da96 commit 3185238
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,20 @@ on: [push]

jobs:
test:
name: "Build and test Velocidi SDK using [${{ matrix.os }}, xcode${{ matrix.xcode }}, sdk${{ matrix.sdk }}, ${{ matrix.device }}]"
name: "Build and test Velocidi SDK using [xcode${{ matrix.xcode }}, sdk${{ matrix.sdk }}, ${{ matrix.device }}]"
env:
WORKSPACE: "VelocidiSDK.xcworkspace"
SCHEME: "VelocidiSDK"
strategy:
matrix:
include:
- os: "macos-latest"
xcode: "11.7.0"
- xcode: "11.7.0"
sdk: "13.7"
device: "iPhone 11"
- os: "macos-latest"
xcode: "12.4"
- xcode: "12.4"
sdk: "14.4"
device: "iPhone 11 Pro Max"
runs-on: "${{ matrix.os }}"
runs-on: "macos-latest"
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit 3185238

Please sign in to comment.