Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc563b1

Browse files
committedMar 25, 2022
.github/workflows/tox.yml: Switch to macosx 10.15
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 <apatard@hupstream.com>
1 parent bd1b1c6 commit dc563b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/tox.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
python-version: 3.7
3232
unit: false
3333
- tox_env: py37
34-
os: ubuntu-20.04
34+
os: macos-10.15
3535
python-version: 3.7
3636
- tox_env: py38
37-
os: ubuntu-20.04
37+
os: macos-10.15
3838
python-version: 3.8
3939
- tox_env: py39
40-
os: ubuntu-20.04
40+
os: macos-10.15
4141
python-version: 3.9
4242
- tox_env: py310
43-
os: ubuntu-20.04
43+
os: macos-10.15
4444
python-version: "3.10"
4545

4646
env:

0 commit comments

Comments
 (0)
Please sign in to comment.