mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Compare commits
1 commit
6c3f6c4765
...
dfd26d1fa4
Author | SHA1 | Date | |
---|---|---|---|
dfd26d1fa4 |
2
.github/workflows/test-macos.yml
vendored
2
.github/workflows/test-macos.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-13]
|
os: [macos-13]
|
||||||
qt-version: [5.15.2, 6.7.1]
|
qt-version: [5.15.2, 6.7.1]
|
||||||
plugins: [true]
|
plugins: [false]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
C2_BUILD_WITH_QT6: ${{ startsWith(matrix.qt-version, '6.') && 'ON' || 'OFF' }}
|
C2_BUILD_WITH_QT6: ${{ startsWith(matrix.qt-version, '6.') && 'ON' || 'OFF' }}
|
||||||
|
|
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest]
|
os: [windows-latest]
|
||||||
qt-version: [5.15.2, 6.7.1]
|
qt-version: [5.15.2, 6.7.1]
|
||||||
plugins: [true]
|
plugins: [false]
|
||||||
skip-artifact: [false]
|
skip-artifact: [false]
|
||||||
skip-crashpad: [false]
|
skip-crashpad: [false]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in a new issue