From dc7901ea5234bcb23dc21f5b716f0ac781321024 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Fri, 16 Feb 2024 11:41:32 -0500 Subject: [PATCH] automation: build-release.yaml: remove Ubuntu so macOS can succeed When Ubuntu fails the macOS build is cancelled. I want to use the macOS build so I'm removing Ubuntu for now. --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index ed16398d9..6b54839b9 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [macos-latest] steps: - uses: actions/checkout@v4 with: