Skip to content

Commit 7e21177

Browse files
committed
update deploy workflow
1 parent 2da8a34 commit 7e21177

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: macOS-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Select Xcode
12-
run: sudo xcode-select -s /Applications/Xcode_14.0.app
12+
run: sudo xcode-select -s /Applications/Xcode_26.3.app
1313
- name: Publish Pod
1414
run: |
1515
VERSION=$(echo "${VERSION_TAG}" | sed "s|^v\(.*\)$|\1|g")
@@ -18,4 +18,3 @@ jobs:
1818
env:
1919
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
2020
VERSION_TAG: ${{ github.event.release.tag_name }}
21-

0 commit comments

Comments
 (0)