Skip to content

Commit

Permalink
feat: Add macOS 14 ARM 64 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses authored Nov 3, 2024
1 parent 5330964 commit 8836962
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -67,7 +67,7 @@ jobs:
)
}}
include:
- os: Ubuntu
- os: ubuntu-latest
python-version: >-
${{
github.job_workflow_sha
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8836962

Please sign in to comment.