Skip to content

Commit e0370a4

Browse files
committed
WIP
1 parent b86e1ca commit e0370a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ on:
77

88
jobs:
99
deploy:
10+
if: false
1011
name: Deploy to CocoaPods Trunk
11-
runs-on: macos-14
12+
runs-on: macos-15
1213
steps:
1314
- name: Git Checkout
1415
uses: actions/checkout@v4
@@ -21,7 +22,7 @@ jobs:
2122
+: pod xcodes
2223

2324
- name: Select Xcode version
24-
run: sudo xcodes select 15.4
25+
run: sudo xcodes select 16.4
2526

2627
- name: Deploy to CocoaPods Trunk
2728
run: |

0 commit comments

Comments
 (0)