File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010
1111 build :
1212 name : Build jupyterlab (no kernels)
13- runs-on : ubuntu-latest
13+ runs-on : [ ubuntu-latest, macos-latest]
1414
1515 outputs :
1616 kernels : ${{ steps.kernels.outputs.kernels }}
4141 build-kernel :
4242 name : Build ${{ matrix.kernel }} kernel
4343 needs : build
44- runs-on : ubuntu-latest
44+ runs-on : [ ubuntu-latest, macos-latest]
4545
4646 strategy :
4747 fail-fast : false
7676 build-all-kernels :
7777 name : Build all kernels
7878 needs : build-kernel
79- runs-on : ubuntu-latest
79+ runs-on : [ ubuntu-latest, macos-latest]
8080
8181 steps :
8282 - uses : actions/checkout@v3
9595 build-devshell :
9696 name : Build devshell
9797 needs : build-kernel
98- runs-on : ubuntu-latest
98+ runs-on : [ ubuntu-latest, macos-latest]
9999
100100 steps :
101101 - uses : actions/checkout@v3
@@ -114,7 +114,7 @@ jobs:
114114 build-docs :
115115 name : Build docs
116116 needs : build-kernel
117- runs-on : ubuntu-latest
117+ runs-on : [ ubuntu-latest, macos-latest]
118118
119119 steps :
120120 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments