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