Skip to content

Commit

Permalink
Update and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Oct 2, 2022
1 parent 9730bd3 commit 03a4677
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
pull_request:

env:
KF5_VERSION: "5.88"
KF5_FULLVER: "5.88.0"
KF5_VERSION: "5.98"
KF5_FULLVER: "5.98.0"
QT_VERSION: "5.15.2"

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
pull_request:

env:
KF5_VERSION: "5.88"
KF5_FULLVER: "5.88.0"
KF5_VERSION: "5.98"
KF5_FULLVER: "5.98.0"
QT_VERSION: "5.15.2"
CM_GENERATOR: "Visual Studio 16 2019"

jobs:
build:
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 03a4677

Please sign in to comment.