mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
try bump macOS to 13 to see if it helps augeas
This commit is contained in:
parent
1e71ce8117
commit
20e7be8f55
1 changed files with 2 additions and 2 deletions
|
|
@ -5,11 +5,11 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
macos-py37-cover:
|
||||
IMAGE_NAME: macOS-12
|
||||
IMAGE_NAME: macOS-13
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: cover
|
||||
macos-cover:
|
||||
IMAGE_NAME: macOS-12
|
||||
IMAGE_NAME: macOS-13
|
||||
TOXENV: cover
|
||||
windows-py37:
|
||||
IMAGE_NAME: windows-2019
|
||||
|
|
|
|||
Loading…
Reference in a new issue