From b4b2f22bd22dba5fd5acb6688b2fdfe2dc371d02 Mon Sep 17 00:00:00 2001 From: dimitrisstaratzis Date: Thu, 21 Jul 2022 18:59:53 +0300 Subject: [PATCH] update the macOS CI image to macOS-11 --- .github/workflows/github_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index d5e0ae3c..61eb2420 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -40,7 +40,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-10.15 ] + os: [ ubuntu-latest, macos-11 ] steps: - name: checkout @@ -168,7 +168,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-10.15, ubuntu-latest ] + os: [ macos-11, ubuntu-latest ] steps: - name: checkout uses: actions/checkout@v2