Skip to content

Commit 35c85fd

Browse files
authored
Merge pull request #117 from nikomatsakis/main
build: drop x86_64 macOS builds
2 parents af5d59d + a31045e commit 35c85fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
- target: x86_64-apple-darwin
20-
os: macos-13
21-
artifact: symposium-darwin-x64
2219
- target: aarch64-apple-darwin
2320
os: macos-latest
2421
artifact: symposium-darwin-arm64
@@ -95,9 +92,6 @@ jobs:
9592
- vscode-target: darwin-arm64
9693
artifact: symposium-darwin-arm64
9794
binary: symposium-acp-agent
98-
- vscode-target: darwin-x64
99-
artifact: symposium-darwin-x64
100-
binary: symposium-acp-agent
10195
- vscode-target: linux-x64
10296
artifact: symposium-linux-x64
10397
binary: symposium-acp-agent

0 commit comments

Comments
 (0)