Skip to content

Commit b985033

Browse files
committed
Fix CI
1 parent 3eb1709 commit b985033

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
@@ -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)