Skip to content

Commit 18ff604

Browse files
chore: Update unit_tests.yml to use latest Mac OS (#4875)
* chore: Update unit_tests.yml to use latest Mac OS * Update unit_tests.yml * Update unit_tests.yml * Update unit_tests.yml
1 parent 3f49517 commit 18ff604

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: [ "3.9", "3.10", "3.11"]
16-
os: [ ubuntu-latest, macos-13 ]
16+
os: [ ubuntu-latest, macos-13, macos-14 ]
1717
exclude:
1818
- os: macos-13
1919
python-version: "3.9"
20+
- os: macos-14
21+
python-version: "3.9"
22+
- os: macos-14
23+
python-version: "3.10"
24+
2025
env:
2126
OS: ${{ matrix.os }}
2227
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)