Skip to content

Commit

Permalink
Some tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ic005k committed Oct 8, 2024
1 parent c20c8ab commit f87c6eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11]
os: [macos-latest]
# qt_ver: [5.9.9,5.12.10,5.15.2]
qt_ver: [5.15.2]
#qt_ver: [6.0.0]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos1012.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11]
os: [macos-latest]
# qt_ver: [5.9.9,5.12.10,5.15.2]
qt_ver: [5.9.9]
qt_arch: [clang_64]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
#os: [ubuntu-18.04,ubuntu-20.04]
# qt_ver: [5.9.9,5.12.10,5.15.2]

os: [ubuntu-20.04]
os: [ubuntu-22.04]
qt_ver: [5.15.2]

qt_arch: [gcc_64]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "::set-output name=packageName::$name"
# tag 查询github-Release
# 上传artifacts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.package.outputs.packageName }}
path: ${{ steps.package.outputs.packageName }}.zip
Expand Down

0 comments on commit f87c6eb

Please sign in to comment.