File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 42
42
pull_request :
43
43
push :
44
44
tags :
45
- - " **[0-9]+.[0-9]+.[0-9]+*"
45
+ - ' **[0-9]+.[0-9]+.[0-9]+*'
46
46
47
47
jobs :
48
48
# Run 'dist plan' (or host) to determine what tasks we need to do
49
49
plan :
50
- runs-on : " ubuntu-22 .04"
50
+ runs-on : " ubuntu-20 .04"
51
51
outputs :
52
52
val : ${{ steps.plan.outputs.manifest }}
53
53
tag : ${{ !github.event.pull_request && github.ref_name || '' }}
Original file line number Diff line number Diff line change @@ -24,5 +24,12 @@ tap = "rust-mcp-stack/homebrew-tap"
24
24
# Publish jobs to run in CI
25
25
publish-jobs = [" homebrew" ]
26
26
27
+
28
+ [dist .github-custom-runners ]
29
+ runner = " ubuntu-22.04"
30
+
31
+ [dist .github-custom-runners .x86_64-unknown-linux-gnu ]
32
+ runner = " ubuntu-22.04"
33
+
27
34
# [package]
28
- # homepage = ""
35
+ # homepage = "https://rust-mcp-stack.github.io/rust-mcp-filesystem "
You can’t perform that action at this time.
0 commit comments