From 59ed7608ddce6a7584acef04b26de53953cc714e Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Thu, 22 Feb 2024 21:51:29 +0100 Subject: [PATCH] Add other mac platforms. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b3d812d..1ac3d95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12] # TODO: macos-13, macos-14 + os: [macos-12, macos-13, macos-13-arm64, macos-14, macos-14-arm64] runs-on: ${{ matrix.os }} steps: - name: Check out the repository