Skip to content

Commit a5df9ae

Browse files
committed
added: arm runner for linux and x86_64-linux runner for mac.
1 parent 92bfb4b commit a5df9ae

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,20 @@ jobs:
2828
include:
2929
- runner: x86_64-linux
3030
name: x86_64-linux
31+
- runner: aarch64-linux
32+
name: aarch64-linux
3133
- runner: macos-latest
3234
name: aarch64-darwin
35+
- runner: x86_64-darwin
36+
name: x86_64-darwin
37+
isMain:
38+
- ${{ contains(github.ref, 'main') }}
39+
# Excluded emulated builds on PRs
40+
exclude:
41+
- runner: aarch64-linux
42+
isMain: false
43+
- runner: x86_64-darwin
44+
isMain: false
3345
fail-fast: false
3446
steps:
3547
# ⤵️ The steps are run only on GitHub runners

0 commit comments

Comments
 (0)