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

Commit aa19332

Browse files
author
Ben Schwartz
committed
Update Apple CI
1 parent f16a5c1 commit aa19332

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,16 @@ jobs:
6262
- name: Set XCode Version
6363
run: sudo xcode-select -switch /Applications/Xcode_13.3.app
6464

65+
- name: Change Go version to 1.18
66+
uses: actions/setup-go@v3
67+
with:
68+
go-version: '^1.18'
69+
6570
- name: Build for Apple platforms
66-
# Change the Go version to 1.18. (Default is 1.17.)
67-
run: |
68-
env PATH="${GOROOT_1_18_X64}:${PATH}"
69-
make apple
71+
run: make apple
72+
73+
- name: Build future Apple library
74+
run: make apple_future
7075

7176
android:
7277
name: Android Build

0 commit comments

Comments
 (0)