Skip to content

Commit 77ba7a7

Browse files
committed
ARM runners.
1 parent b5d521f commit 77ba7a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ jobs:
3737
config:
3838
- {name: "ubuntu-22.04", os: "ubuntu-22.04", cmake_extra: "-DLSL_BUNDLED_PUGIXML=OFF" }
3939
- {name: "ubuntu-24.04", os: "ubuntu-24.04", cmake_extra: "-DLSL_BUNDLED_PUGIXML=OFF" }
40+
- {name: "ubuntu-24.04-arm", os: "ubuntu-24.04-arm", cmake_extra: "-DLSL_BUNDLED_PUGIXML=OFF" }
4041
- {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v142,host=x86"}
4142
- {name: "windows-32", os: "windows-latest", cmake_extra: "-T v142,host=x86 -A Win32"}
42-
- {name: "macOS-latest", os: "macOS-latest"}
43+
- {name: "windows-arm", os: "windows-11-arm", cmake_extra: "-T v142,host=arm64 -A ARM64"}
44+
- {name: "macOS-latest-arm", os: "macOS-latest"}
45+
- {name: "macOS-15-intel", os: "macOS-15-intel"}
4346

4447
# runs all steps in the container configured in config.docker or as subprocesses when empty
4548
container: ${{ matrix.config.docker }}

0 commit comments

Comments
 (0)