Skip to content

Commit ebc4c90

Browse files
authored
Build Apple Sillicon C++ packages
1 parent 327e0d8 commit ebc4c90

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/cpp_package.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ jobs:
2323
CARGO_INCREMENTAL: false
2424
strategy:
2525
matrix:
26-
os: [ubuntu-20.04, macOS-12, windows-2022]
26+
os: [ubuntu-20.04, macOS-12, macOS-14, windows-2022]
2727
include:
2828
- os: ubuntu-20.04
2929
package_suffix: linux
3030
- os: macOS-12
31-
package_suffix: macos
31+
package_suffix: macos-x86_64
32+
- os: macOS-14
33+
package_suffix: macos-aarch64
3234
- os: windows-2022
3335
package_suffix: windows
3436

@@ -80,7 +82,7 @@ jobs:
8082
strategy:
8183
matrix:
8284
target: [thumbv7em-none-eabihf]
83-
host: [ubuntu-20.04, windows-2022, macOS-12]
85+
host: [ubuntu-20.04, windows-2022, macOS-12, macOS-14]
8486

8587
runs-on: ${{ matrix.host }}
8688
steps:
@@ -130,7 +132,7 @@ jobs:
130132
strategy:
131133
matrix:
132134
target: [riscv32imafc-esp-espidf, riscv32imac-esp-espidf, riscv32imc-esp-espidf, xtensa-esp32s3-none-elf]
133-
host: [ubuntu-22.04, windows-2022, macOS-12]
135+
host: [ubuntu-22.04, windows-2022, macOS-12, macOS-14]
134136

135137
runs-on: ${{ matrix.host }}
136138
steps:

0 commit comments

Comments
 (0)