Skip to content

Commit

Permalink
- experiment: Force specific macOS runner for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 26, 2024
1 parent 22d482f commit 3f6312b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ jobs:
exclude:
- os: macos-latest
python-version: "pypy-3.10"
- os: macos-latest
python-version: "3.7"
include:
- os: macos-12
python-version: "3.7"

steps:
- name: checkout
Expand Down

0 comments on commit 3f6312b

Please sign in to comment.