Skip to content

Commit cb8d899

Browse files
committed
ci: update runner image
1 parent e02ce19 commit cb8d899

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ on:
4242
pull_request:
4343
push:
4444
tags:
45-
- "**[0-9]+.[0-9]+.[0-9]+*"
45+
- '**[0-9]+.[0-9]+.[0-9]+*'
4646

4747
jobs:
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 || '' }}

dist-workspace.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,12 @@ tap = "rust-mcp-stack/homebrew-tap"
2424
# Publish jobs to run in CI
2525
publish-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"

0 commit comments

Comments
 (0)