From 8836962b8a1ebf943954055eb9a92379d2744aaa Mon Sep 17 00:00:00 2001 From: Kanishk Pachauri Date: Mon, 4 Nov 2024 01:43:22 +0530 Subject: [PATCH] feat: Add macOS 14 ARM 64 to the matrix --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e166608..6b93251a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,14 +45,14 @@ jobs: test: name: ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.pip-version }} - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: - - Ubuntu - - Windows - - macOS + - ubuntu-latest + - windows-latest + - macos-14 python-version: - "3.11" - "3.10" @@ -67,7 +67,7 @@ jobs: ) }} include: - - os: Ubuntu + - os: ubuntu-latest python-version: >- ${{ github.job_workflow_sha @@ -139,14 +139,14 @@ jobs: pypy: name: ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.pip-version }} - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: - - Ubuntu - - MacOS - - Windows + - ubuntu-latest + - macos-14 + - windows-latest python-version: - pypy-3.8 pip-version: