Skip to content

Commit b9d3cc6

Browse files
committed
ci: Fix macOS builds.
1 parent c5f918f commit b9d3cc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
device: [
21-
macos-13, # Tests Mac x86_64
22-
macos-14, # Tests Mac arm64
21+
macos-15-intel, # Tests Mac x86_64
22+
macos-latest, # Tests Mac arm64
2323
]
2424
runs-on: ${{ matrix.device }}
2525

0 commit comments

Comments
 (0)