Skip to content

Commit

Permalink
💚 Use old macOS runner to run Qt5 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff authored Aug 20, 2024
1 parent c3c5382 commit aeb4c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
os: [windows-latest, macOS-13, ubuntu-latest]
qt-version: ['5.15.2', '6.2.0']
steps:
-
Expand Down

0 comments on commit aeb4c01

Please sign in to comment.