Skip to content

Commit 70e73ef

Browse files
committed
Update GitHub runners, rm macOS 12
1 parent d4022a5 commit 70e73ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ jobs:
77
matrix:
88
os: [macos-latest, macos-12, macos-13]
99
include:
10+
- os: macos-15-xlarge
11+
- os: macos-15-large
1012
- os: macos-latest
1113
- os: macos-13
12-
- os: macos-12
14+
- os: macos-13-xlarge
1315
steps:
1416
- uses: actions/checkout@v4
1517
with:

0 commit comments

Comments
 (0)