Skip to content

Commit 67fdcb6

Browse files
authored
Update MacOS versions in CI workflow
1 parent cccd5af commit 67fdcb6

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
OS: ["macos-13", "macos-14"]
15+
OS: ["macos-15", "macos-15-intel"]
1616
runs-on: ${{ matrix.OS }}
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)