Skip to content

Commit

Permalink
Merge pull request #7 from ami-iit/removemacos12
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra authored Oct 7, 2024
2 parents ad266c1 + dbb8b98 commit 59ae301
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,17 @@ jobs:
strategy:
matrix:
build_type: [Release]
os: [ubuntu-latest, windows-2019, macos-14, macos-12]
os: [ubuntu-latest, windows-2019, macos-latest]
imgui: [mamba, vendored]
fail-fast: false

steps:
- uses: actions/checkout@v2

- uses: conda-incubator/setup-miniconda@v3
if: matrix.os != 'macos-14'
with:
miniforge-variant: Mambaforge
miniforge-version: latest

- uses: conda-incubator/setup-miniconda@v3
if: matrix.os == 'macos-14'
with:
installer-url: https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh

- name: Dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 59ae301

Please sign in to comment.