From 1259b3a833528393b05cd47d7834bcb2b465125c Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Fri, 20 Oct 2023 15:22:09 -0400 Subject: [PATCH] ci: Build and test on Apple Silicon runner --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99ae91605..6f65458a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,8 @@ jobs: python-version: "3.11" - os: macos-11.0 python-version: "3.11" + - os: macos-12-large + python-version: "3.11" steps: - name: Check out repository uses: actions/checkout@v2