Skip to content

Commit 4eef5e4

Browse files
committed
Fix CI
1 parent 30546d0 commit 4eef5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
# https://github.com/actions/virtual-environments
13-
os: [macos-13, ubuntu-24.04]
13+
os: [macos-15, ubuntu-24.04]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)