diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 7d6fb04..af6a923 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -13,7 +13,7 @@ on: branches: [ "main" ] jobs: run-lint: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4