From 950a6b8e14a33325a618f82c4dd1f28dc3eb1b24 Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Fri, 18 Aug 2023 20:24:40 -0400 Subject: [PATCH] run on macos-13 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f76356f80df..6132d9b8376 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: FORCE_COLOR: true # GITHUB_TOKEN: ${{ secrets.GH_ACT_PAT }} name: 'Lint & format' - runs-on: ubuntu-latest + runs-on: macos-13 steps: # Setup steps - name: Checkout