Skip to content

Commit ca2df8c

Browse files
Revert "Backtrack to older version of Xcode for Carthage"
This reverts commit acadf5a.
1 parent acadf5a commit ca2df8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
run: git checkout *.podspec
2626

2727
carthage-build:
28-
runs-on: macOS-14
28+
runs-on: macOS-15
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232

3333
- name: Select Xcode
34-
run: sudo xcode-select -s /Applications/Xcode_15.2.app
34+
run: sudo xcode-select -s /Applications/Xcode_16.4.app
3535

3636
- name: Build with Carthage
3737
run: ./Scripts/carthage.sh build --no-skip-current || true

0 commit comments

Comments
 (0)