Skip to content

Commit 04dce32

Browse files
committed
Update qt5_build_tests.yml
1 parent 0508168 commit 04dce32

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/qt5_build_tests.yml renamed to .github/workflows/build_tests.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,20 @@ jobs:
4343
}
4444
- {
4545
name: macOS_x64,
46-
os: macos-11,
46+
os: macos-12,
4747
build: make
4848
}
4949

5050
steps:
5151
- name: checkout
52-
uses: actions/checkout@v1
53-
with:
54-
submodules: true
52+
uses: actions/checkout@v4
5553

5654
- name: MSVC Environment Setup
5755
if: contains( matrix.config.os, 'Windows' )
5856
uses: ilammy/msvc-dev-cmd@v1
5957

6058
- name: Install Qt
61-
uses: jurplel/install-qt-action@v3
59+
uses: jurplel/install-qt-action@v4
6260
with:
6361
cache: true
6462
version: ${{ matrix.qt.version}}

0 commit comments

Comments
 (0)