This repository was archived by the owner on Jul 31, 2024. It is now read-only.
File tree 3 files changed +2
-14
lines changed
3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 47
47
run : npx --package renovate renovate-config-validator
48
48
package :
49
49
needs : [static-analysis, go-mod-tidy, test]
50
- # Run the build on macOS, because only the macOS version is built with CGO enabled.
51
- # See https://github.com/golang/go/issues/12524
52
- runs-on : macos-13
50
+ runs-on : ubuntu-latest
53
51
steps :
54
52
- uses : actions/checkout@v4
55
53
- uses : ./.github/actions/setup-go
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
release :
10
- # Run the build on macOS, because only the macOS version is built with CGO enabled.
11
- # See https://github.com/golang/go/issues/12524
12
- runs-on : macos-13
10
+ runs-on : ubuntu-latest
13
11
steps :
14
12
- uses : actions/checkout@v4
15
13
with :
Original file line number Diff line number Diff line change 9
9
goos :
10
10
- linux
11
11
- windows
12
- goarch :
13
- - amd64
14
- ldflags :
15
- - " -s -w -X \" github.com/cybozu/assam/cmd.version={{.Version}}\" -X \" github.com/cybozu/assam/cmd.commit={{.ShortCommit}}\" -X \" github.com/cybozu/assam/cmd.date={{.Date}}\" "
16
- - id : assam-darwin
17
- env :
18
- - CGO_ENABLED=1
19
- goos :
20
12
- darwin
21
13
goarch :
22
14
- amd64
You can’t perform that action at this time.
0 commit comments