Skip to content

Commit

Permalink
Merge pull request #2 from wind23/dependabot/github_actions/actions-2…
Browse files Browse the repository at this point in the history
…a5891325b

Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4 in the actions group
  • Loading branch information
wind23 authored May 8, 2024
2 parents d010962 + f97adfb commit 4b8a203
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest, windows-latest, macos-12]
python-version: ["3.8", "3.10"]

runs-on: ${{ matrix.platform }}
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Get conda
uses: conda-incubator/setup-miniconda@v3.0.3
uses: conda-incubator/setup-miniconda@v3.0.4
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest]
platform: [windows-latest, macos-13, ubuntu-latest]
python-version: ["3.7", "3.11"]

runs-on: ${{ matrix.platform }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]

steps:
- uses: actions/checkout@v4

- uses: pypa/cibuildwheel@v2.17
env:
CIBW_ARCHS_MACOS: auto universal2
SYSTEM_VERSION_COMPAT: 0

- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit 4b8a203

Please sign in to comment.