Skip to content

Commit

Permalink
- work around GHA python versions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 6, 2022
1 parent 79d3216 commit 5f01991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu
- ["ubuntu", "ubuntu-20.04"]
config:
# [Python version, tox env]
- ["3.9", "lint"]
Expand All @@ -34,7 +34,7 @@ jobs:
- ["3.9", "docs"]
- ["3.9", "coverage"]

runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os[1] }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: ${{ matrix.config[1] }}
steps:
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/pure-python
[meta]
template = "pure-python"
commit-id = "d8ee00613a60c98a8d2227b0564403d0e447741a"
commit-id = "180c99ed3def7da6e173a5a496cad6484eadd044"

[python]
with-windows = false
Expand Down

0 comments on commit 5f01991

Please sign in to comment.