projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fbde758
)
Update macos version for wheels
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Wed, 11 Dec 2024 09:58:20 +0000 (10:58 +0100)
committer
GitHub
<noreply@github.com>
Wed, 11 Dec 2024 09:58:20 +0000 (10:58 +0100)
.github/workflows/wheels.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/wheels.yml
b/.github/workflows/wheels.yml
index
1704e23
..
a45e593
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-12]
+ os: [ubuntu-20.04, windows-2019, macos-13]
steps:
- uses: actions/checkout@v3