diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 025a42d..a6587c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.image }} strategy: matrix: - image: [ macos-10.15, ubuntu-20.04, windows-2019 ] + image: [ macos-12, ubuntu-20.04, windows-2019 ] steps: - name: Checkout uses: actions/checkout@v2