From c05e88f2422994bbb8c680ce78ebe3d6f16a94bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9?= Date: Tue, 24 Sep 2024 11:05:03 +0300 Subject: [PATCH] Update qt5_build_tests.yml --- .../workflows/{qt5_build_tests.yml => build_tests.yml} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename .github/workflows/{qt5_build_tests.yml => build_tests.yml} (91%) diff --git a/.github/workflows/qt5_build_tests.yml b/.github/workflows/build_tests.yml similarity index 91% rename from .github/workflows/qt5_build_tests.yml rename to .github/workflows/build_tests.yml index 27164dd6..44954504 100644 --- a/.github/workflows/qt5_build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -43,22 +43,20 @@ jobs: } - { name: macOS_x64, - os: macos-11, + os: macos-12, build: make } steps: - name: checkout - uses: actions/checkout@v1 - with: - submodules: true + uses: actions/checkout@v4 - name: MSVC Environment Setup if: contains( matrix.config.os, 'Windows' ) uses: ilammy/msvc-dev-cmd@v1 - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ matrix.qt.version}}