-

@ 04e6e8fb:0a4830ff
2025-05-12 14:24:25
commit 1242b32ea97ee7ff199ff423848f7302cdeb9443
Author: @RandyMcMillan
Date: Tue Apr 8 14:24:05 2025 -0400
Update release.yml
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cdbfc18..e03f068 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -47,7 +47,7 @@ on:
jobs:
# Run 'dist plan' (or host) to determine what tasks we need to do
plan:
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-22.04"
outputs:
val: ${{ steps.plan.outputs.manifest }}
tag: ${{ !github.event.pull_request && github.ref_name || '' }}