Skip to content

Commit 9753cae

Browse files
NickGerlemanmeta-codesync[bot]
authored andcommitted
Update Apple Toolchain Used in GitHub Actions (#1876)
Summary: We were using `macos-13`, back at a time where `macos-latest` was too out of date. Let's go back to `macos-latest`, and latest stable XCode. Pull Request resolved: #1876 Test Plan: The workflows now pass in PR Reviewed By: cipolleschi, cortinico Differential Revision: D93552138 Pulled By: NickGerleman fbshipit-source-id: 4e825f25d96b88d50187b04801aac3fbd1090fb7
1 parent 2214764 commit 9753cae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup-apple/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ runs:
1010

1111
- uses: maxim-lobanov/setup-xcode@v1
1212
with:
13-
xcode-version: 14.3.1
13+
xcode-version: 26.2

.github/workflows/publish-cocoapods-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
publish:
1111
name: Publish to CocoaPods trunk
12-
runs-on: macos-13
12+
runs-on: macos-latest
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/validate-apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
lint-pods:
1313
name: Build [CocoaPods]
14-
runs-on: macos-13
14+
runs-on: macos-latest
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -24,7 +24,7 @@ jobs:
2424

2525
test:
2626
name: Build [SwiftPM]
27-
runs-on: macos-13
27+
runs-on: macos-latest
2828

2929
steps:
3030
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)