From 7125a6bd24b3702a07c25d253bc22bd8ea5b9572 Mon Sep 17 00:00:00 2001 From: Bart Thomee <11445373+bthomee@users.noreply.github.com> Date: Sun, 27 Jul 2025 17:00:10 -0400 Subject: [PATCH] Add Ubuntu and MacOS --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 6e4232b920..827a8d548e 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -98,7 +98,7 @@ jobs: build-test: needs: - generate-outputs - runs-on: [self-hosted, macOS, ${{ matrix.architecture.runner }}] + runs-on: [self-hosted, macOS, ${{ matrix.runner }}] strategy: fail-fast: false max-parallel: 4