From 95f12b1b671d96bed19b64f49d59ea1044b2fea5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 26 Aug 2024 14:27:49 -1000 Subject: [PATCH] chore: lint --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99e6dcfd..a71d030c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-12, macos-latest ] + os: [ubuntu-20.04, windows-2019, macos-12, macos-latest] steps: - uses: actions/checkout@v3