Skip to content

Commit 1ba8934

Browse files
committed
ci: Add macos arm64 runners
1 parent a62ad43 commit 1ba8934

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,29 @@ jobs:
5353
args: -Db_pch=false
5454
}
5555
- {
56-
name: macOS Debug,
56+
name: macOS x86_64 Debug,
5757
os: macos-15-intel,
5858
buildtype: debugoptimized,
5959
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
6060
}
6161
- {
62-
name: macOS Release,
62+
name: macOS x86_64 Release,
6363
os: macos-15-intel,
6464
buildtype: release,
6565
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
6666
}
67+
- {
68+
name: macOS arm64 Debug,
69+
os: macos-15,
70+
buildtype: debugoptimized,
71+
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
72+
}
73+
- {
74+
name: macOS arm64 Release,
75+
os: macos-15,
76+
buildtype: release,
77+
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
78+
}
6779

6880
steps:
6981
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)