diff --git a/.github/workflows/test_install.yaml b/.github/workflows/test_install.yaml index 85ebb99..7ae429a 100644 --- a/.github/workflows/test_install.yaml +++ b/.github/workflows/test_install.yaml @@ -5,7 +5,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11.0] + os: + - macos-latest steps: - uses: actions/checkout@v2 - name: Checkout submodules