Skip to content

Commit

Permalink
fix apple
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Oct 12, 2024
1 parent 714fc96 commit 76c1e1f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/apple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- "LICENSE"

jobs:
validate-podspec:
name: validate-podspec
macos:
name: macos
strategy:
matrix:
osname:
Expand All @@ -26,6 +26,16 @@ jobs:
- name: macos
run: |
pod lib lint DartCvMacOS.podspec --allow-warnings
ios:
name: ios
strategy:
matrix:
osname:
- {os: macos-13, arch: x64, platform: MAC}
- {os: macos-14, arch: arm64, platform: MAC_ARM64}
runs-on: ${{ matrix.osname.os }}
steps:
- uses: actions/checkout@v4
- name: ios
run: |
pod lib lint DartCvIOS.podspec --allow-warnings

0 comments on commit 76c1e1f

Please sign in to comment.