From ea0de7ec0ca7b8a7a03594f0a707f6b74887a04e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 30 Jan 2024 18:03:20 -0800 Subject: [PATCH] Run tests against ARM macos-14 https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ --- .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 1832262..b4b6ed1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] numpy: [0, 1] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest, macos-14] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}