diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e10744f..c4dfecc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Test shell: bash run: (cd build && ctest -V) - if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-10.15' }} + if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-11' }} build-android: runs-on: ubuntu-20.04 |