Skip to content

Commit

Permalink
fix(gha workflows): macos-latest to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Jun 24, 2024
1 parent 64a989f commit a550525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# x86 builds are only meaningful for Windows
- os: windows-latest
architecture: x86
- os: macos-latest
- os: macos-12
architecture: x64
python:
- 3.8
Expand Down

0 comments on commit a550525

Please sign in to comment.