Skip to content

Commit 90bc7a6

Browse files
committed
Fixed build matrix for agents
1 parent 3e1fba8 commit 90bc7a6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
ubuntu_version: [20.04, 22.04]
27+
ubuntu_version: [latest]
2828
qt_version: [5.12.12, 5.15.2, 6.4.0]
2929
build: [cmake+qmake]
3030

@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v3
3434

3535
- name: Install Qt
36-
uses: jurplel/install-qt-action@v3
36+
uses: jurplel/install-qt-action@v4
3737
with:
3838
version: ${{ matrix.qt_version }}
3939
cache: 'true'
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
win_version: [2019, 2022]
63+
win_version: [latest]
6464
qt_version: [5.12.12, 5.15.2, 6.4.0]
6565
build: [cmake+qmake]
6666

@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v3
7070

7171
- name: Install Qt
72-
uses: jurplel/install-qt-action@v3
72+
uses: jurplel/install-qt-action@v4
7373
with:
7474
version: ${{ matrix.qt_version }}
7575
cache: 'true'
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
macos_version: [11, 12]
102+
macos_version: [latest]
103103
qt_version: [5.15.2, 6.4.0]
104104
build: [cmake+qmake]
105105

@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v3
109109

110110
- name: Install Qt
111-
uses: jurplel/install-qt-action@v3
111+
uses: jurplel/install-qt-action@v4
112112
with:
113113
version: ${{ matrix.qt_version }}
114114
cache: 'true'

0 commit comments

Comments
 (0)