Skip to content

Commit

Permalink
Merge pull request #182 from Chia-Network/EL-macos-intel-test
Browse files Browse the repository at this point in the history
Change macos-latest to macos-12 for intel CPU
  • Loading branch information
emlowe authored May 14, 2024
2 parents 2844974 + eaa0aa8 commit 4f2b3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-12, ubuntu-latest]
config: [ optimized=1, TSAN=1, ASAN=1]

steps:
Expand Down

0 comments on commit 4f2b3ec

Please sign in to comment.