mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-04 14:48:37 +00:00
feat: update ci
This commit is contained in:
parent
1107980188
commit
00a4882263
2 changed files with 3 additions and 3 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -13,10 +13,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
qt-ver: [5.15.1]
|
qt-ver: [5.15.2]
|
||||||
qt-arch-install: [clang_64]
|
qt-arch-install: [clang_64]
|
||||||
clang-arch: [x64]
|
clang-arch: [x64]
|
||||||
env:
|
env:
|
||||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
# 矩阵配置 https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix
|
# 矩阵配置 https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
qt-ver: [5.15.1]
|
qt-ver: [5.15.2]
|
||||||
qt-arch: [win64_msvc2019_64, win32_msvc2019]
|
qt-arch: [win64_msvc2019_64, win32_msvc2019]
|
||||||
# 配置qt-arch的额外设置msvc-arch,qt-arch-install
|
# 配置qt-arch的额外设置msvc-arch,qt-arch-install
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue