Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Sep 26, 2024
1 parent dcd158e commit 2681439
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/swift-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ master ]
branches: [ '*' ]
paths-ignore:
- '**.md'
tags: [ '[0-9]+.[0-9]+.[0-9]+' ]
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
include:
- sdk: macosx14.2
- sdk: macosx14.5
destination: arch=x86_64
platform: macos
steps:
Expand All @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
include:
- sdk: macosx14.2
- sdk: macosx14.5
destination: arch=x86_64
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -106,6 +106,12 @@ jobs:
- name: Install Cocoapods
run: gem install cocoapods

- name: Enable VisionOS
run: |
defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES
xcodebuild -downloadPlatform visionOS
- name: Lint
run: pod lib lint

Expand Down

0 comments on commit 2681439

Please sign in to comment.