Skip to content

Commit a091fe2

Browse files
author
Mykhailo Slyvka
committed
fix: remove macos amd64 x86_64 support from GA
1 parent 643ee19 commit a091fe2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
matrix:
88
config:
99
- {platform: windows-latest, os: windows, arch: amd64, path: windows-x86_64}
10-
- {platform: macos-14, os: darwin, arch: amd64, path: darwin-x86_64}
1110
- {platform: macos-latest, os: darwin, arch: arm64, path: darwin-arm64}
1211
- {platform: ubuntu-latest, os: linux, arch: amd64, path: linux-x86_64}
1312
- {platform: ubuntu-24.04-arm, os: linux, arch: arm64, path: linux-arm64}
@@ -18,9 +17,6 @@ jobs:
1817
uses: actions/setup-go@v4
1918
with:
2019
go-version: 1.23
21-
- name: Select Xcode
22-
if: ${{ matrix.config.os == 'darwin' }}
23-
run: sudo xcode-select -s /Applications/Xcode_15.2.app
2420
- name: Setup MSYS
2521
if: ${{ matrix.config.platform == 'windows-latest' }}
2622
uses: msys2/setup-msys2@v2
@@ -83,7 +79,6 @@ jobs:
8379
{path: linux-x86_64, file_ext: ""},
8480
{path: windows-x86_64, file_ext: ".exe"},
8581
{path: linux-arm64, file_ext: ""},
86-
{path: darwin-x86_64, file_ext: ""},
8782
{path: darwin-arm64, file_ext: ""},
8883
]
8984
steps:

0 commit comments

Comments
 (0)