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 4242 pull_request :
4343 push :
4444 tags :
45- - " **[0-9]+.[0-9]+.[0-9]+*"
45+ - ' **[0-9]+.[0-9]+.[0-9]+*'
4646
4747jobs :
4848 # Run 'dist plan' (or host) to determine what tasks we need to do
4949 plan :
50- runs-on : " ubuntu-22 .04"
50+ runs-on : " ubuntu-20 .04"
5151 outputs :
5252 val : ${{ steps.plan.outputs.manifest }}
5353 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"
2424# Publish jobs to run in CI
2525publish-jobs = [" homebrew" ]
2626
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+
2734# [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