From 26814394053cf0e65fe340e47e88bd103c090e22 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Thu, 26 Sep 2024 12:09:39 +0200 Subject: [PATCH] Fix CI --- .github/workflows/swift-ci.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swift-ci.yml b/.github/workflows/swift-ci.yml index 7145c72..bce729c 100644 --- a/.github/workflows/swift-ci.yml +++ b/.github/workflows/swift-ci.yml @@ -4,7 +4,7 @@ on: schedule: - cron: '0 0 * * *' push: - branches: [ master ] + branches: [ '*' ] paths-ignore: - '**.md' tags: [ '[0-9]+.[0-9]+.[0-9]+' ] @@ -49,7 +49,7 @@ jobs: strategy: matrix: include: - - sdk: macosx14.2 + - sdk: macosx14.5 destination: arch=x86_64 platform: macos steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: include: - - sdk: macosx14.2 + - sdk: macosx14.5 destination: arch=x86_64 steps: - uses: actions/checkout@v4 @@ -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