From 46a36f006b480a45905dc41baaec67b523731a9e Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Thu, 29 Feb 2024 17:31:12 -0600 Subject: [PATCH] added macos-14 (M1) --- .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 a6582d9..71a5008 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-12, macos-13] + os: [ubuntu-latest, macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew