Skip to content

Commit

Permalink
Merge pull request #320 from jcarpent/devel
Browse files Browse the repository at this point in the history
Fix PyPy CI
  • Loading branch information
jcarpent authored May 27, 2024
2 parents 88f6ca0 + 440143e commit 627720d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-osx-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [macos-latest, macos-14, windows-2019, windows-latest]
os: [macos-13, macos-14, windows-2019, windows-latest]
include:
- os: windows-2019
toolset: ClangCl
Expand All @@ -35,7 +35,7 @@ jobs:
git submodule update
- name: Setup conda
if: contains(matrix.os, 'macos-latest') || contains(matrix.os, 'windows')
if: contains(matrix.os, 'macos-13') || contains(matrix.os, 'windows')
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
Expand Down

0 comments on commit 627720d

Please sign in to comment.