Skip to content

Commit f5629d0

Browse files
committed
dropped macos-13 support
1 parent 1fe9279 commit f5629d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
26+
os: [ubuntu-latest, windows-latest, macos-latest]
2727
python-version: ["3.10", "3.11", "3.12"]
2828
include:
2929
- os: ubuntu-latest
@@ -32,8 +32,6 @@ jobs:
3232
cache-path: C:\Users\runneradmin\AppData\Local\pip\Cache
3333
- os: macos-latest
3434
cache-path: ~/Library/Caches/pip
35-
- os: macos-13
36-
cache-path: ~/Library/Caches/pip
3735

3836
steps:
3937
- name: Checkout code

0 commit comments

Comments
 (0)