Skip to content

Commit

Permalink
Revert to macos-12 (#257)
Browse files Browse the repository at this point in the history
* revert to macos-12

* Bump version: 0.23.12 → 0.23.13
  • Loading branch information
msyriac committed May 10, 2024
1 parent 03624c3 commit 52e6656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

test-macos:
name: "Run tests on MacOS"
runs-on: macos-latest
runs-on: macos-12
env:
# LDFLAGS: "-ld64" # For MacOS 13 and above (XCode CLT 15 and above.)
CC: gcc-12
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

build_wheels_macos:
name: Build wheels on MacOS
runs-on: macos-latest
runs-on: macos-12
env:
CC: gcc-12
CXX: gcc-12
Expand All @@ -135,7 +135,7 @@ jobs:
# Ensure that a wheel builder finishes even if another fails
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-12]
# We don't build 3.7 wheels for MacOS because that's x86 only.
cp: [cp38, cp39, cp310, cp311]
include:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.23.12
current_version = 0.23.13
commit = True
tag = True

Expand Down

0 comments on commit 52e6656

Please sign in to comment.