Skip to content

Commit 78112b1

Browse files
authored
pin macos test runners to macos-12 (#1016) (#1020)
(cherry picked from commit c5742f2)
1 parent df262a2 commit 78112b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
strategy:
175175
fail-fast: false
176176
matrix:
177-
os: [ubuntu-latest, macos-latest, windows-latest]
177+
os: [ubuntu-latest, macos-12, windows-latest]
178178
python-version: ["3.7", "3.8", "3.9", "3.10"]
179179

180180
steps:

0 commit comments

Comments
 (0)