Skip to content

Commit cf5faee

Browse files
committed
upgrade macos12 to 13
1 parent 4ab6371 commit cf5faee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-22.04, ubuntu-latest, macos-12, macos-latest]
10+
os: [ubuntu-22.04, ubuntu-latest, macos-13, macos-latest]
1111
fail-fast: false
1212
steps:
1313
- uses: actions/checkout@v4
@@ -19,8 +19,6 @@ jobs:
1919
run: sudo apt update && sudo apt install build-essential cmake lcov
2020
- name: Install svZeroDSolver
2121
run: |
22-
#export PATH="/usr/share/miniconda/bin:$PATH"
23-
#alias conda="$CONDA/bin/conda"
2422
conda create -n zerod python=3.11.4
2523
conda run -n zerod pip install -e ".[dev]"
2624
- name: Test the build

0 commit comments

Comments
 (0)