Skip to content

Commit 96161b7

Browse files
authored
Do not build for macOS 10.15 (#16)
macOS 10.15 was retired on GHA
1 parent e75ba45 commit 96161b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ jobs:
140140
strategy:
141141
fail-fast: false
142142
matrix:
143-
macos-version: ['10.15']
144-
python-version: ['3.6']
143+
macos-version: ['11']
144+
python-version: ['3.9']
145145
qt-version: ['5.12.*']
146146
configuration: ['release']
147147
include:

0 commit comments

Comments
 (0)