Skip to content

Commit

Permalink
pin macos test runners to macos-12 (#10031) (#10043)
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/main.yml
#	.github/workflows/test-repeater.yml

Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
  • Loading branch information
emmyoop and mikealfare authored Apr 26, 2024
1 parent 8f83a39 commit 8389845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-12, windows-latest]
python-version: [3.7, 3.8]

steps:
Expand Down

0 comments on commit 8389845

Please sign in to comment.