Skip to content

Commit 5703de6

Browse files
authored
ci: use macos 14 for arm64
1 parent b1a4ab3 commit 5703de6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,17 @@ jobs:
6565
# enable_ipo: Off
6666
# gcov_executable: "llvm-cov gcov"
6767

68-
- os: macos-15
68+
- os: macos-14
6969
enable_ipo: Off
7070
enable_cppcheck: OFF
7171
enable_clang_tidy: OFF
7272
compiler: appleclang
73-
73+
generator: "Ninja Multi-Config"
74+
build_type: Release
75+
package_maintainer_mode: ON
76+
build_shared: OFF
77+
package_generator: TBZ2
78+
7479
# - os: ubuntu-20.04
7580
# enable_clang_tidy: On
7681
# enable_cppcheck: On

0 commit comments

Comments
 (0)