Skip to content

Commit

Permalink
Move to macOS-11 and macOS-12 (geerlingguy#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored and deekue committed Sep 14, 2022
1 parent f94da0d commit 9ed93fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
strategy:
matrix:
os:
- macos-10.15
- macos-12
- macos-11

steps:
- name: Check out the codebase.
Expand All @@ -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: |
Expand Down

0 comments on commit 9ed93fb

Please sign in to comment.