Skip to content

Commit 9fde47f

Browse files
committed
Updating OSX CI
1 parent 538fec6 commit 9fde47f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-osx.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: macos-latest
8+
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11+
os: [macos-13, macos-14]
1112
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1213

1314
steps:
1415
- name: Checkout code
1516
uses: actions/checkout@v4
1617

1718
- name: Set up miniconda
18-
uses: conda-incubator/setup-miniconda@v3.0.1
19+
uses: conda-incubator/setup-miniconda@v3
1920
with:
2021
channels: conda-forge
2122
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)