From 0e413ab408a91c2b87bd2e1255f3190d6422178c Mon Sep 17 00:00:00 2001 From: fauxpark Date: Fri, 23 Feb 2024 20:27:58 +1100 Subject: [PATCH] Add macOS 14 M1 runner --- .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 a43a4ab..28338b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-12, macos-13] + os: [macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew