Skip to content

Commit

Permalink
Update mac runner to macos-12 instead of mac-latest (#1049)
Browse files Browse the repository at this point in the history
Hopefully this will fix the breaking tests that are stalling PR merges
  • Loading branch information
shaunagm authored and sharinetmc committed May 20, 2024
1 parent b95561e commit be4caba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ['3.8', '3.11']
limited-dependencies: ['','TRUE']

runs-on: macos-latest
runs-on: macos-12

steps:

Expand Down

0 comments on commit be4caba

Please sign in to comment.