File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -87,21 +87,18 @@ jobs:
87
87
- os : windows-latest
88
88
container : ' '
89
89
name : Win64
90
+ build-options : " "
90
91
platform-type : windowsx86-64
91
92
- os : ubuntu-latest
92
93
container : ' '
93
94
name : Linux64
94
95
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 : " "
97
97
- os : macos-latest
98
98
container : ' '
99
- name : MacOSARM64
100
- platform-type : osxuniversal
101
- - os : macos-13
102
- container : ' '
103
- name : MacOS64
99
+ name : macOS
104
100
platform-type : osxuniversal
101
+ build-options : " "
105
102
name : " Build - ${{ matrix.name }}"
106
103
runs-on : ${{ matrix.os }}
107
104
container : ${{ matrix.container }}
You can’t perform that action at this time.
0 commit comments