mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
upgrade macos
This commit is contained in:
parent
82176002ce
commit
025ce8bf7a
2 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue