projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
06b18d1
)
Update mac-os for wheel build
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Tue, 9 Jul 2024 09:26:44 +0000 (11:26 +0200)
committer
GitHub
<noreply@github.com>
Tue, 9 Jul 2024 09:26:44 +0000 (11:26 +0200)
.github/workflows/wheels.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/wheels.yml
b/.github/workflows/wheels.yml
index
ed14ee9
..
1704e23
100644
(file)
--- a/
.github/workflows/wheels.yml
+++ b/
.github/workflows/wheels.yml
@@
-14,7
+14,7
@@
jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-20.04, windows-2019, macos-11]
+ os: [ubuntu-20.04, windows-2019, macos-12]
steps:
- uses: actions/checkout@v3