mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update Qt for Ubuntu and Mac Tests (#5572)
This commit is contained in:
parent
ea1e432e4c
commit
cda8fa2a65
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-macos.yml
vendored
2
.github/workflows/test-macos.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-13]
|
os: [macos-13]
|
||||||
qt-version: [5.15.2, 6.5.0]
|
qt-version: [5.15.2, 6.7.1]
|
||||||
plugins: [false]
|
plugins: [false]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- os: "ubuntu-22.04"
|
- os: "ubuntu-22.04"
|
||||||
container: ghcr.io/chatterino/chatterino2-build-ubuntu-22.04:latest
|
container: ghcr.io/chatterino/chatterino2-build-ubuntu-22.04:latest
|
||||||
qt-version: 6.6.1
|
qt-version: 6.7.1
|
||||||
plugins: true
|
plugins: true
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue