We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3456ba0 commit 53c2547Copy full SHA for 53c2547
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- os: [ubuntu-22.04, macos-13]
+ os: [ubuntu-22.04, macos-15-intel]
19
20
runs-on: ${{ matrix.os }}
21
0 commit comments