Skip to content

Commit 503e330

Browse files
committed
fix mac-intel runner
1 parent 30b72ee commit 503e330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
38-
os: [ubuntu-latest, macos-13]
38+
os: [ubuntu-latest, macos-15-intel]
3939

4040
steps:
4141
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)