Skip to content

Commit

Permalink
[ci] replace deprecated macos-11 by macos-12 for qt5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb authored May 20, 2024
1 parent 24a05f1 commit 1f2c48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.mac.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-14]
os: [macos-12, macos-14]
include:
- os: macos-11
- os: macos-12
qtver: "5.15.2"
qtvershort: "5_intel"
- os: macos-12
Expand Down

0 comments on commit 1f2c48f

Please sign in to comment.