Skip to content

Commit

Permalink
Do not use macos-12 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 7, 2024
1 parent ad266c1 commit 91f9bc7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,18 @@ 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 91f9bc7

Please sign in to comment.