Skip to content

Commit 36c64f2

Browse files
authored
ci: Update to macOS 14
macOS 12 is no longer available in GitHub Actions.
1 parent 4b55fef commit 36c64f2

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
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
os: ["ubuntu-22.04", "macos-12", "windows-2022"]
34+
os: ["ubuntu-22.04", "macos-14", "windows-2022"]
3535
python_version:
3636
- '3.8'
3737
- '3.9'

0 commit comments

Comments
 (0)