Move to macOS-11 and macOS-12 (#164)

This commit is contained in:
Pavel Zwerschke 2022-08-28 19:11:48 +02:00 committed by GitHub
parent c4ea26a950
commit bf41747c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,8 @@ jobs:
strategy:
matrix:
os:
- macos-10.15
- macos-12
- macos-11
steps:
- name: Check out the codebase.
@ -51,7 +52,9 @@ jobs:
sudo rm -rf /Applications/Google\ Chrome.app
- name: Install test dependencies.
run: sudo pip3 install ansible
run: |
sudo pip3 install --upgrade pip
sudo pip3 install ansible
- name: Set up the test environment.
run: |