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 4085892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 @@ -28,7 +28,7 @@ jobs:
exclude:
- {os: "macos", python-version: "pypy-3.6"}
- {os: "macos", python-version: "pypy-3.9"}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 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 @@ -27,7 +27,7 @@ jobs:
exclude:
- {os: "macos", python-version: "pypy-3.6"}
- {os: "macos", python-version: "pypy-3.9"}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4085892

Please sign in to comment.