Skip to content

Commit

Permalink
Revert "Temporarily pin macos-12 runner in CI (scikit-image#7408)"
Browse files Browse the repository at this point in the history
This reverts commit 61f5e01.
  • Loading branch information
lagru committed May 6, 2024
1 parent 46d3e7c commit 3b57214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
test_skimage_macos:
name: macos-cp${{ matrix.python-version }}
runs-on: macos-12
runs-on: macos-latest

strategy:
# Ensure that a wheel builder finishes even if another fails
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels_recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12]
os: [macos-latest]
cibw_python: ["cp310-*", "cp311-*", "cp312-*"]
# TODO: add "universal2" once a universal2 libomp is available
cibw_arch: ["x86_64", "arm64"]
Expand Down

0 comments on commit 3b57214

Please sign in to comment.