mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Move to macOS-11 and macOS-12 (#164)
This commit is contained in:
parent
c4ea26a950
commit
bf41747c81
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue