Skip to content

Commit

Permalink
Remove macos-latest from test job matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hasansezertasan committed Jun 8, 2024
1 parent 4a8a97b commit 0a5b2db
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
os:
- "ubuntu-latest"
- "windows-latest"
- "macos-latest"
architecture:
- x64
- x86
Expand All @@ -39,18 +38,9 @@ jobs:
# Linux and macOS don't have x86 python
- os: "ubuntu-latest"
architecture: x86
- os: "macos-latest"
architecture: x86
# PyPy3 on Windows doesn't seem to work
- os: "windows-latest"
py: "pypy-3.7"
# See: https://github.com/actions/setup-python/issues/850
- os: macos-latest
py: "3.8"
- os: macos-latest
py: "3.9"
- os: macos-latest
py: "3.10"
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0a5b2db

Please sign in to comment.