Skip to content

Commit e9da069

Browse files
authored
get rid of macos-13 (#401)
1 parent 7d2a0e9 commit e9da069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
os: "ubuntu-latest"
4545
include:
4646
- python-version: "3.5"
47-
os: "macos-13"
47+
os: "macos-15-intel"
4848
- python-version: "3.6"
49-
os: "macos-13"
49+
os: "macos-15-intel"
5050
- python-version: "3.7"
51-
os: "macos-13"
51+
os: "macos-15-intel"
5252
- python-version: "2.7"
5353
os: "ubuntu-22.04"
5454
use-container: true

0 commit comments

Comments
 (0)