From 008f4cce249eb6aa9922c8ac0c1a89e9e829f356 Mon Sep 17 00:00:00 2001 From: William Theaker Date: Mon, 8 Jul 2024 11:37:09 -0400 Subject: [PATCH] Switch linting runner to macos-latest --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 43929ec..3308509 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -9,7 +9,7 @@ on: jobs: golangci: name: lint - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5