chore: Updated ubuntu 3d42a46c
Example User · 2025-07-11 09:59 1 file(s) · +1 −1
.github/workflows/release.yml +1 −1
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-20.04"
50 +
    runs-on: "ubuntu-22.04"
51 51
    outputs:
52 52
      val: ${{ steps.plan.outputs.manifest }}
53 53
      tag: ${{ !github.event.pull_request && github.ref_name || '' }}