Skip to content

Commit 4f2b3ec

Browse files
authored
Merge pull request #182 from Chia-Network/EL-macos-intel-test
Change macos-latest to macos-12 for intel CPU
2 parents 2844974 + eaa0aa8 commit 4f2b3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [macos-latest, ubuntu-latest]
20+
os: [macos-12, ubuntu-latest]
2121
config: [ optimized=1, TSAN=1, ASAN=1]
2222

2323
steps:

0 commit comments

Comments
 (0)