Skip to content

Commit 3de38e3

Browse files
authored
Merge pull request #647 from Chia-Network/pmaslana-macos13-to-macos15intel
Update macOS version in workflows
2 parents 3f2d862 + 0457ad4 commit 3de38e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [macos-13, ubuntu-latest, windows-latest]
21+
os: [macos-15-intel, ubuntu-latest, windows-latest]
2222

2323
steps:
2424
- uses: actions/checkout@v4

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [macos-13, ubuntu-latest, windows-latest]
25+
os: [macos-15-intel, ubuntu-latest, windows-latest]
2626
python: [3.8]
2727

2828
steps:
@@ -183,7 +183,7 @@ jobs:
183183
strategy:
184184
fail-fast: false
185185
matrix:
186-
os: [macos-13, ubuntu-latest]
186+
os: [macos-15-intel, ubuntu-latest]
187187
python: [3.8]
188188
steps:
189189
- uses: actions/checkout@v4
@@ -215,7 +215,7 @@ jobs:
215215
strategy:
216216
fail-fast: false
217217
matrix:
218-
os: [macos-13, ubuntu-latest, windows-latest]
218+
os: [macos-15-intel, ubuntu-latest, windows-latest]
219219
python: [3.8]
220220
steps:
221221
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)