1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

.github/workflows/ci.yml: Update qt version for windows/mac to 5.15.2

This commit is contained in:
Henrik Hautakoski 2023-08-16 18:44:39 +02:00
parent ad5d464792
commit 1ef3424638

View file

@ -56,7 +56,7 @@ jobs:
if: startsWith(matrix.build, 'gui') && runner.os != 'Linux'
uses: jurplel/install-qt-action@v3
with:
version: '5.11.0'
version: '5.15.2'
- name: Configure
shell: bash