Skip to content

Commit 8664696

Browse files
committed
chore: Increment minimum macos version for CI build
1 parent 13cef16 commit 8664696

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,12 @@ jobs:
117117
strategy:
118118
matrix:
119119
platform:
120-
- runner: macos-13
121-
target: x86_64
120+
- runner: macos-latest
121+
target: aarch64
122122
- runner: macos-14
123123
target: aarch64
124+
- runner: macos-14
125+
target: x86_64
124126
steps:
125127
- uses: actions/checkout@v4
126128
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)