Skip to content

Commit f679e14

Browse files
authored
Use newer macos runners (#49)
1 parent 964d405 commit f679e14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ jobs:
118118
strategy:
119119
matrix:
120120
platform:
121-
- runner: macos-13
121+
- runner: macos-26-intel
122122
target: x86_64
123-
- runner: macos-14
123+
- runner: macos-26
124124
target: aarch64
125125
steps:
126126
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)