Skip to content

Commit

Permalink
[.github] Run optional tests on x86 macOS
Browse files Browse the repository at this point in the history
arm64 macOS does not have these older versions.
  • Loading branch information
sideeffect42 committed Oct 17, 2024
1 parent f25535d commit c5efb93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test-build-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu
- macos
- ubuntu-latest
- macos-13
python-version:
- pypy-3.6
- pypy-3.7
Expand All @@ -23,12 +23,8 @@ jobs:
- graalpy-23.1.2
- graalpy-24.1.1
include:
- {os: "macos", python-version: "3.5"}
- {os: "macos", python-version: "3.6"}
exclude:
- {os: "macos", python-version: "pypy-3.6"}
- {os: "macos", python-version: "pypy-3.9"}
runs-on: ${{ matrix.os }}-latest
- {os: "macos-13", python-version: "3.6"}
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/test-unit-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu
- macos
- ubuntu-latest
- macos-13
python-version:
- pypy-3.6
- pypy-3.7
Expand All @@ -22,12 +22,8 @@ jobs:
- graalpy-23.1.2
- graalpy-24.1.1
include:
- {os: "macos", python-version: "3.5"}
- {os: "macos", python-version: "3.6"}
exclude:
- {os: "macos", python-version: "pypy-3.6"}
- {os: "macos", python-version: "pypy-3.9"}
runs-on: ${{ matrix.os }}-latest
- {os: "macos-13", python-version: "3.6"}
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit c5efb93

Please sign in to comment.