From f283ca70443f7885892755413d992b0410bcbfae Mon Sep 17 00:00:00 2001 From: Jelius Basumatary Date: Wed, 29 Apr 2026 11:13:53 +0530 Subject: [PATCH] fix(GH Action): Added runs-on property that was missing - Added ubuntu-latest as the machine where the version check GH action would run Signed-off-by: Jelius Basumatary --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7679610..f75c73a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: path: bin/* check: + runs-on: ubuntu-latest outputs: should_skip: ${{ steps.decide.outputs.skip }} steps: