We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f918f commit b9d3cc6Copy full SHA for b9d3cc6
1 file changed
.github/workflows/macOS.yml
@@ -18,8 +18,8 @@ jobs:
18
strategy:
19
matrix:
20
device: [
21
- macos-13, # Tests Mac x86_64
22
- macos-14, # Tests Mac arm64
+ macos-15-intel, # Tests Mac x86_64
+ macos-latest, # Tests Mac arm64
23
]
24
runs-on: ${{ matrix.device }}
25
0 commit comments