File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 run : ${{ env.MAKE }} test
6767
6868 build :
69- runs-on : ${{ matrix.os }}
69+ runs-on : [self-hosted, k3s]
7070 defaults :
7171 run :
7272 working-directory : tools/unitctl
@@ -75,12 +75,12 @@ jobs:
7575 CARGO : cargo
7676 VERSION :
7777 SHORT_VERSION :
78+ # вместо matrix.os
7879 strategy :
7980 fail-fast : false
8081 matrix :
8182 include :
8283 - build : linux-x86_64
83- os : ubuntu-latest
8484 target : x86_64-unknown-linux-gnu
8585 steps :
8686 - uses : actions/checkout@v5
@@ -140,7 +140,7 @@ jobs:
140140 # Create a draft release if a tag
141141 if : startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
142142 needs : [build]
143- runs-on : ubuntu-latest
143+ runs-on : [self-hosted, k3s]
144144 steps :
145145 - uses : actions/download-artifact@v5
146146 with :
You can’t perform that action at this time.
0 commit comments