Skip to content

Commit f33c39c

Browse files
Remove macOS ARM workflow
Built binaries for macOS are universal for ARM and x86.
1 parent 22d7b1b commit f33c39c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,18 @@ jobs:
8787
- os: windows-latest
8888
container: ''
8989
name: Win64
90+
build-options: ""
9091
platform-type: windowsx86-64
9192
- os: ubuntu-latest
9293
container: ''
9394
name: Linux64
9495
platform-type: linuxx86-64
95-
# GitHub hosted runner `macos-latest` is arm64, which is why we need to specify `macos-13` for x86_64
96-
# See https://github.com/actions/runner-images?tab=readme-ov-file#available-images for more information
96+
build-options: ""
9797
- os: macos-latest
9898
container: ''
99-
name: MacOSARM64
100-
platform-type: osxuniversal
101-
- os: macos-13
102-
container: ''
103-
name: MacOS64
99+
name: macOS
104100
platform-type: osxuniversal
101+
build-options: ""
105102
name: "Build - ${{ matrix.name }}"
106103
runs-on: ${{ matrix.os }}
107104
container: ${{ matrix.container }}

0 commit comments

Comments
 (0)