File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,16 @@ jobs:
1515 build-cpu :
1616 strategy :
1717 matrix :
18- os : [ubuntu-22.04, ubuntu-22.04-arm, windows-2025]
18+ os : [ubuntu-22.04, ubuntu-22.04-arm, windows-2025, macos-15 ]
1919 include :
2020 - os : ubuntu-22.04
2121 arch : x86_64
2222 - os : ubuntu-22.04-arm
2323 arch : aarch64
2424 - os : windows-2025
2525 arch : x86_64
26+ - os : macos-15
27+ arch : arm64
2628 runs-on : ${{ matrix.os }}
2729 steps :
2830 - uses : actions/checkout@v4
9799 strategy :
98100 fail-fast : false
99101 matrix :
100- os : [ubuntu-22.04, ubuntu-22.04-arm, windows-2025]
102+ os : [ubuntu-22.04, ubuntu-22.04-arm, windows-2025, macos-15 ]
101103 torch_version : ["2.7.0"]
102104 include :
103105 - os : ubuntu-22.04
@@ -106,6 +108,8 @@ jobs:
106108 arch : aarch64
107109 - os : windows-2025
108110 arch : x86_64
111+ - os : macos-15
112+ arch : arm64
109113 runs-on : ${{ matrix.os }}
110114 env :
111115 BNB_TEST_DEVICE : cpu
You can’t perform that action at this time.
0 commit comments