From a1986e3a29d8a089e6af15158f984f6235bc6d56 Mon Sep 17 00:00:00 2001 From: Sitao Wang Date: Tue, 5 Nov 2024 07:41:48 +0800 Subject: [PATCH] ci: Try remove macOS to see if linux passes --- .github/workflows/code-linting-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-linting-checks.yaml b/.github/workflows/code-linting-checks.yaml index 3ce4170..d4bb15e 100644 --- a/.github/workflows/code-linting-checks.yaml +++ b/.github/workflows/code-linting-checks.yaml @@ -20,7 +20,7 @@ jobs: lint: strategy: matrix: - os: ["macos-latest", "ubuntu-latest"] + os: ["ubuntu-latest"] runs-on: "${{matrix.os}}" steps: - uses: "actions/checkout@v4"