From 9c67bf415675e45b8362c80c10aa91807e7ecf19 Mon Sep 17 00:00:00 2001 From: Marc Pound <22331890+mpound@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:30:47 -0500 Subject: [PATCH] matrix.os was undefined and besides we just need one OS --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05c51ae7..de118b25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest environment: release permissions: # IMPORTANT: this permission is mandatory for trusted publishing