This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,22 @@ on: [push]
3
3
4
4
jobs :
5
5
build :
6
- runs-on : macos -latest
6
+ runs-on : ubuntu -latest
7
7
steps :
8
8
- name : Checkout
9
9
uses : actions/checkout@v1
10
10
- uses : actions/setup-go@v2
11
11
with :
12
12
go-version : ' ^1.15.6' # The Go version to download (if necessary) and use.
13
- - name : Install Gon
14
- run : |
15
- brew tap mitchellh/gon
16
- brew install mitchellh/gon/gon
17
- - name : Import Signing Certificates
18
- uses : Apple-Actions/import-codesign-certs@v1
19
- with :
20
- p12-file-base64 : ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
21
- p12-password : ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
13
+ # - name: Install Gon
14
+ # run: |
15
+ # brew tap mitchellh/gon
16
+ # brew install mitchellh/gon/gon
17
+ # - name: Import Signing Certificates
18
+ # uses: Apple-Actions/import-codesign-certs@v1
19
+ # with:
20
+ # p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
21
+ # p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
22
22
- name : Build
23
23
run : ./ci/steps/build.sh
24
24
env :
You can’t perform that action at this time.
0 commit comments