Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 5, 2024
1 parent f2a0c3c commit d5aff6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
needs:
- build-on-ubuntu
- build-on-win-mingw
- build-on-osx
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -267,7 +268,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest]
os: [macOS-13]
qt_ver: [5.12.12]
qt_arch: [clang_64]
steps:
Expand Down

0 comments on commit d5aff6c

Please sign in to comment.