From 8d248d36d627f19d11228aabf00dd14c3b8790ab Mon Sep 17 00:00:00 2001 From: Dmitry Fisenko Date: Thu, 18 Jul 2024 09:27:54 -0400 Subject: [PATCH] Update test_install.yaml --- .github/workflows/test_install.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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