Skip to content

Commit 1b3b32d

Browse files
committed
ci: bump minimum macOS build target to 13
1 parent 787af60 commit 1b3b32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
macos:
3636
strategy:
3737
matrix:
38-
os-version: ['12', '14']
38+
os-version: ['13', '14']
3939
include:
40-
- os-version: '12'
40+
- os-version: '13'
4141
arch: x86_64
4242
- os-version: '14'
4343
arch: aarch64

0 commit comments

Comments
 (0)