upgrade macos

This commit is contained in:
Brad Warren 2020-08-18 15:38:26 -07:00
parent 82176002ce
commit 025ce8bf7a
2 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ jobs:
macos-farmtest-apache2:
# We run one of these test farm tests on macOS to help ensure the
# tests continue to work on the platform.
IMAGE_NAME: macOS-10.14
IMAGE_NAME: macOS-10.15
PYTHON_VERSION: 3.8
TOXENV: test-farm-apache2
farmtest-leauto-upgrades:

View file

@ -3,11 +3,11 @@ jobs:
strategy:
matrix:
macos-py27:
IMAGE_NAME: macOS-10.14
IMAGE_NAME: macOS-10.15
PYTHON_VERSION: 2.7
TOXENV: py27
macos-py38:
IMAGE_NAME: macOS-10.14
IMAGE_NAME: macOS-10.15
PYTHON_VERSION: 3.8
TOXENV: py38
windows-py36: