Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update Apple CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Schwartz committed Jan 19, 2023
1 parent f16a5c1 commit aa19332
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,16 @@ jobs:
- name: Set XCode Version
run: sudo xcode-select -switch /Applications/Xcode_13.3.app

- name: Change Go version to 1.18
uses: actions/setup-go@v3
with:
go-version: '^1.18'

- name: Build for Apple platforms
# Change the Go version to 1.18. (Default is 1.17.)
run: |
env PATH="${GOROOT_1_18_X64}:${PATH}"
make apple
run: make apple

- name: Build future Apple library
run: make apple_future

android:
name: Android Build
Expand Down

0 comments on commit aa19332

Please sign in to comment.