Skip to content

Commit

Permalink
Merge pull request #5888 from radarhere/gha_pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 15, 2021
2 parents 6899f06 + 603fb34 commit 2a38670
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [
"macos-10.15",
"macos-latest",
"ubuntu-latest",
]
python-version: [
Expand All @@ -29,8 +29,19 @@ jobs:
# Include new variables for Codecov
- os: ubuntu-latest
codecov-flag: GHA_Ubuntu
- os: macos-latest
codecov-flag: GHA_macOS
- os: macos-10.15
codecov-flag: GHA_macOS
python-version: pypy-3.8
- os: macos-10.15
codecov-flag: GHA_macOS
python-version: pypy-3.7
exclude:
- os: macos-latest
python-version: pypy-3.8
- os: macos-latest
python-version: pypy-3.7

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 2a38670

Please sign in to comment.