File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 run : go build -o onwatch .
4242
4343 menubar-macos :
44- runs-on : macos-latest
44+ runs-on : macos-15
4545 name : Menubar macOS
4646
4747 steps :
5252 with :
5353 go-version-file : go.mod
5454
55- - name : Select Xcode and SDK
56- run : |
57- sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
58- echo "SDKROOT=$(xcrun --sdk macosx --show-sdk-path)" >> "$GITHUB_ENV"
59-
6055 - name : Compile tagged menubar packages
6156 run : |
6257 go test -tags menubar ./internal/menubar ./internal/web
Original file line number Diff line number Diff line change 8383
8484 build-macos-amd64 :
8585 needs : test
86- runs-on : macos-14
86+ runs-on : macos-15
8787 name : Build macOS amd64
8888
8989 steps :
@@ -100,11 +100,6 @@ jobs:
100100 id : version
101101 run : echo "version=$(cat VERSION)" >> "$GITHUB_OUTPUT"
102102
103- - name : Select Xcode and SDK
104- run : |
105- sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
106- echo "SDKROOT=$(xcrun --sdk macosx --show-sdk-path)" >> "$GITHUB_ENV"
107-
108103 - name : Build macOS artifact
109104 run : |
110105 CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build \
@@ -120,7 +115,7 @@ jobs:
120115
121116 build-macos-arm64 :
122117 needs : test
123- runs-on : macos-14
118+ runs-on : macos-15
124119 name : Build macOS arm64
125120
126121 steps :
@@ -137,11 +132,6 @@ jobs:
137132 id : version
138133 run : echo "version=$(cat VERSION)" >> "$GITHUB_OUTPUT"
139134
140- - name : Select Xcode and SDK
141- run : |
142- sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
143- echo "SDKROOT=$(xcrun --sdk macosx --show-sdk-path)" >> "$GITHUB_ENV"
144-
145135 - name : Build macOS artifact
146136 run : |
147137 CGO_ENABLED=1 GOOS=darwin GOARCH=arm64 go build \
You can’t perform that action at this time.
0 commit comments