-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Rebello <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- name: Install xcbeautify | ||
run: brew install xcbeautify | ||
- name: Build Eliza CocoaPods example | ||
|
@@ -27,8 +27,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- name: Install xcbeautify | ||
run: brew install xcbeautify | ||
- name: Build Eliza Swift PM example | ||
|
@@ -40,8 +40,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- name: Install xcbeautify | ||
run: brew install xcbeautify | ||
- name: Build Connect iOS library | ||
|
@@ -51,8 +51,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- name: Install xcbeautify | ||
run: brew install xcbeautify | ||
- name: Build Connect macOS library | ||
|
@@ -62,8 +62,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- name: Install xcbeautify | ||
run: brew install xcbeautify | ||
- name: Build Connect tvOS library | ||
|
@@ -73,8 +73,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- name: Install xcbeautify | ||
run: brew install xcbeautify | ||
- name: Build Connect watchOS library | ||
|
@@ -84,8 +84,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- uses: bufbuild/[email protected] | ||
with: | ||
github_token: ${{ github.token }} | ||
|
@@ -102,8 +102,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- name: Install conformance runner | ||
run: make installconformancerunner | ||
- name: Run conformance tests | ||
|
@@ -116,8 +116,8 @@ jobs: | |
with: | ||
go-version: 1.21.x | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- name: Run unit tests | ||
run: make testunit | ||
run-swiftlint: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode version | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md | ||
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | ||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode | ||
run: sudo xcode-select --switch /Applications/Xcode_16.app | ||
- uses: bufbuild/[email protected] | ||
with: | ||
github_token: ${{ github.token }} | ||
|