Skip to content

Commit c426a45

Browse files
committed
CI: use a old version of mac to test
It should detect issues like #73
1 parent c7762d0 commit c426a45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
os: [macos-latest, windows-2019]
88+
os: [macos-10.15, windows-2019]
8989
architecture: [x86, x64]
9090
python-version: ['3.7', '3.8', '3.9', '3.10']
9191
include:
@@ -95,11 +95,11 @@ jobs:
9595
- os: windows-2019
9696
architecture: x86
9797
platform_id: win32
98-
- os: macos-latest
98+
- os: macos-10.15
9999
architecture: x64
100100
platform_id: macosx_x86_64
101101
exclude:
102-
- os: macos-latest
102+
- os: macos-10.15
103103
architecture: x86
104104
steps:
105105
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)