Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed May 7, 2024
1 parent 16a737d commit 6d42552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: CD
on:
push:
tags:
- '*'
- "*"

jobs:
deploy:
name: Deploy to CocoaPods Trunk
runs-on: macos-13
runs-on: macos-14
steps:
- name: Git Checkout
uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
+: pod xcodes

- name: Select Xcode version
run: sudo xcodes select 15.0
run: sudo xcodes select 15.4

- name: Deploy to CocoaPods Trunk
run: |
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
lint-podspec:
name: Lint Podspec
runs-on: macos-13
runs-on: macos-14
steps:
- name: Git Checkout
uses: actions/checkout@v4
Expand All @@ -30,14 +30,7 @@ jobs:
+: pod xcodes

- name: Select Xcode version
run: sudo xcodes select 15.0

- name: Install visionOS Runtime
uses: nick-fields/retry@v2
with:
timeout_minutes: 15
max_attempts: 3
command: sudo xcodes runtimes install 'visionOS 1.0-beta3'
run: sudo xcodes select 15.4

- name: Lint Podspec
run: |
Expand Down

0 comments on commit 6d42552

Please sign in to comment.