File tree 3 files changed +17
-17
lines changed
3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ build:remote_linux_x64 --host_platform=//platform/linux_x64
41
41
build:remote_linux_x64 --platforms=//platform/linux_x64
42
42
build:remote_linux_x64 --extra_toolchains=//platform/linux_x64:cc-toolchain
43
43
44
- build:remote_macos_x64 --config=clang
45
- build:remote_macos_x64 --host_platform=//platform/macos_x64
46
- build:remote_macos_x64 --platforms=//platform/macos_x64
47
- build:remote_macos_x64 --macos_minimum_os=12
48
- build:remote_macos_x64 --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
49
- build:remote_macos_x64 --host_action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
44
+ build:remote_macos_arm64 --config=clang
45
+ build:remote_macos_arm64 --host_platform=//platform/macos_arm64
46
+ build:remote_macos_arm64 --platforms=//platform/macos_arm64
47
+ build:remote_macos_arm64 --macos_minimum_os=14
48
+ build:remote_macos_arm64 --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
49
+ build:remote_macos_arm64 --host_action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
50
50
51
51
build:remote_windows_x64 --host_platform=//platform/windows_x64
52
52
build:remote_windows_x64 --platforms=//platform/windows_x64
Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ jobs:
35
35
matrix :
36
36
include :
37
37
- os : macos
38
- arch : x64
39
- os_distribution : monterey
40
- os_version : " 12 "
41
- revision : 1ec247a1e93f4980098fc6bb2764bb093b37b3da
38
+ arch : arm64
39
+ os_distribution : sonoma
40
+ os_version : " 14 "
41
+ revision : dd17e52a1f04529abb97003e8093d356739980d7
42
42
remote_execution : ' false'
43
43
44
44
- os : macos
45
- arch : x64
46
- os_distribution : monterey
47
- os_version : " 12 "
48
- revision : 1ec247a1e93f4980098fc6bb2764bb093b37b3da
45
+ arch : arm64
46
+ os_distribution : sonoma
47
+ os_version : " 14 "
48
+ revision : dd17e52a1f04529abb97003e8093d356739980d7
49
49
remote_execution : ' true'
50
50
51
51
steps :
Original file line number Diff line number Diff line change 1
1
package (default_visibility = ["//visibility:public" ])
2
2
3
3
platform (
4
- name = "macos_x64 " ,
4
+ name = "macos_arm64 " ,
5
5
constraint_values = [
6
6
"@platforms//os:macos" ,
7
- "@platforms//cpu:x86_64 " ,
7
+ "@platforms//cpu:arm64 " ,
8
8
"@rules_go//go/toolchain:cgo_off" ,
9
9
],
10
10
exec_properties = {
11
- "Pool" : "macos_x64 " ,
11
+ "Pool" : "macos_arm_m2 " ,
12
12
},
13
13
)
You can’t perform that action at this time.
0 commit comments