From a0bbcdbe87bba84a1212e7010ebf029452ed1b69 Mon Sep 17 00:00:00 2001 From: bmxav <5422569+bmxav@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:08:19 -0400 Subject: [PATCH] Update to macOS 13 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a64befc..0bab39a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-12] + os: [macos-13] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew