From 5a533bc774988b89d6b9882c67c9afa866db99ec Mon Sep 17 00:00:00 2001 From: Farhang <46557204+farhangnaderi@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:41:27 -0500 Subject: [PATCH] Remove environment from macOS workflow matrix Removed the 'environment' key from the workflow matrix. --- .github/workflows/compile_macos.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile_macos.yml b/.github/workflows/compile_macos.yml index 81297406f2..c56bd152e7 100644 --- a/.github/workflows/compile_macos.yml +++ b/.github/workflows/compile_macos.yml @@ -22,7 +22,6 @@ jobs: strategy: matrix: os: [macos-latest, macos-26] - environment: [Sequoia, Tahoe] config: [ "px4_sitl gz_x500" ]