Skip to content

Commit ed04f7f

Browse files
authored
Update build environment to include 'exouser'
1 parent 429da86 commit ed04f7f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/buildcupy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: self-hosted
13+
runs-on:
14+
- self-hosted
15+
- exouser
1416
steps:
1517
- name: Check out source repository
1618
uses: actions/checkout@v6

0 commit comments

Comments
 (0)