Skip to content

Commit

Permalink
- re-created test matrix with ypdated code from meta#re-191/branch-pr…
Browse files Browse the repository at this point in the history
…otection
  • Loading branch information
dataflake committed Apr 26, 2024
1 parent 67fb995 commit 8fcdfd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: "pypy-3.10"
- os: macos-latest
python-version: "3.7"
include:
- os: macos-12
python-version: "3.7"
- os: macos-latest
python-version: "pypy-3.10"
include:
- os: macos-12
python-version: "3.7"

steps:
- name: checkout
Expand Down Expand Up @@ -267,12 +267,12 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: "pypy-3.10"
- os: macos-latest
python-version: "3.7"
include:
- os: macos-12
python-version: "3.7"
- os: macos-latest
python-version: "pypy-3.10"
include:
- os: macos-12
python-version: "3.7"

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "133f57d5"
commit-id = "a2af77a5"

[python]
with-appveyor = true
Expand Down

0 comments on commit 8fcdfd0

Please sign in to comment.