From bf41747c81db7312ca52c9c2990463f2daada3e2 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Sun, 28 Aug 2022 19:11:48 +0200 Subject: [PATCH] Move to macOS-11 and macOS-12 (#164) --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2115e95..e893a3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |