Skip to content

Commit c3f2c7e

Browse files
Move to macos-latest
1 parent 90cb79b commit c3f2c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
# macos-13 is intel-based, latest is arm
21-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
20+
# macos-latest is arm
21+
os: [ubuntu-latest, windows-latest, macos-latest]
2222
python-version: ["3.10", "3.11", "3.12"]
2323

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

0 commit comments

Comments
 (0)