Skip to content

Commit

Permalink
Do not build for macOS 10.15 (#16)
Browse files Browse the repository at this point in the history
macOS 10.15 was retired on GHA
  • Loading branch information
iakov committed Jun 8, 2023
1 parent e75ba45 commit 96161b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
strategy:
fail-fast: false
matrix:
macos-version: ['10.15']
python-version: ['3.6']
macos-version: ['11']
python-version: ['3.9']
qt-version: ['5.12.*']
configuration: ['release']
include:
Expand Down

0 comments on commit 96161b7

Please sign in to comment.