Skip to content

Commit

Permalink
.github/workflows/tox.yml: Switch to macosx 10.15
Browse files Browse the repository at this point in the history
Use macos 10.15 since they're with vagrant and virt but
don't use 11 and never due to missing vagrant on them.

Ref:
actions/runner-images#4060
actions/runner-images#4010

Signed-off-by: Arnaud Patard <[email protected]>
  • Loading branch information
apatard committed Mar 25, 2022
1 parent bd1b1c6 commit dc563b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
python-version: 3.7
unit: false
- tox_env: py37
os: ubuntu-20.04
os: macos-10.15
python-version: 3.7
- tox_env: py38
os: ubuntu-20.04
os: macos-10.15
python-version: 3.8
- tox_env: py39
os: ubuntu-20.04
os: macos-10.15
python-version: 3.9
- tox_env: py310
os: ubuntu-20.04
os: macos-10.15
python-version: "3.10"

env:
Expand Down

0 comments on commit dc563b1

Please sign in to comment.