From 0044d6f23d53f9d93dd245a76bc09a7229a27aca Mon Sep 17 00:00:00 2001 From: Michael Grant Date: Tue, 9 Apr 2024 12:48:59 -0500 Subject: [PATCH] add macos arm --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index df3a57d..43ab779 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest,windows-latest,macos-latest] + os: [ubuntu-latest,windows-latest,macos-latest,macos-14] steps: - name: Retrieve the source code uses: actions/checkout@v3