We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cccd5af commit 67fdcb6Copy full SHA for 67fdcb6
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- OS: ["macos-13", "macos-14"]
+ OS: ["macos-15", "macos-15-intel"]
16
runs-on: ${{ matrix.OS }}
17
steps:
18
- uses: actions/checkout@v4
0 commit comments