We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7762d0 commit c426a45Copy full SHA for c426a45
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
strategy:
86
fail-fast: false
87
matrix:
88
- os: [macos-latest, windows-2019]
+ os: [macos-10.15, windows-2019]
89
architecture: [x86, x64]
90
python-version: ['3.7', '3.8', '3.9', '3.10']
91
include:
@@ -95,11 +95,11 @@ jobs:
95
- os: windows-2019
96
architecture: x86
97
platform_id: win32
98
- - os: macos-latest
+ - os: macos-10.15
99
architecture: x64
100
platform_id: macosx_x86_64
101
exclude:
102
103
104
steps:
105
- uses: actions/checkout@v2
0 commit comments