From 5a1b681e60463b35d26acd84d0c3384897e1aec2 Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Fri, 13 Dec 2024 11:36:22 -0500 Subject: [PATCH] Bump macOS GitHub runner from 11 to 14 (#382) The `macos-11` runner has been [removed][1]. [1]: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ --- .github/workflows/flintrock.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/flintrock.yaml b/.github/workflows/flintrock.yaml index 0f67351..71ad8cf 100644 --- a/.github/workflows/flintrock.yaml +++ b/.github/workflows/flintrock.yaml @@ -15,7 +15,7 @@ jobs: matrix: os: - ubuntu-20.04 - - macos-11 + - macos-14 python-version: # Update the artifact upload steps below if modifying # this list of Python versions. @@ -31,7 +31,6 @@ jobs: uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - architecture: x64 - run: "pip install -r requirements/maintainer.pip" - run: "pytest" - run: python -m build