Skip to content

Commit 1198fac

Browse files
Fix
1 parent 9d141ae commit 1198fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# macos-13 is intel-based, latest is arm
21-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
21+
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
2222
python-version: ["3.10", "3.11", "3.12"]
2323

2424
name: OS ${{ matrix.os }} - Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)