From e7027cc19ba334e9b2c489740a2432989cc6afee Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Fri, 3 May 2024 15:06:42 -0400 Subject: [PATCH] Minor refactoring. --- .github/workflows/clp-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clp-lint.yaml b/.github/workflows/clp-lint.yaml index ef4ca3765..514c2ec37 100644 --- a/.github/workflows/clp-lint.yaml +++ b/.github/workflows/clp-lint.yaml @@ -11,7 +11,7 @@ jobs: lint-check: strategy: matrix: - os: ["ubuntu-latest", "macos-latest"] + os: ["macos-latest", "ubuntu-latest"] runs-on: "${{matrix.os}}" steps: - uses: "actions/checkout@v3"