Skip to content

Commit ce71228

Browse files
authored
ci: avoid macOS 15 image change for iOS (#5798)
1 parent c1bf55a commit ce71228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
runs-on: [macos-latest, macos-13]
38+
runs-on: [macos-14, macos-13]
3939
steps:
4040
- uses: actions/checkout@v4
4141
with:

0 commit comments

Comments
 (0)